src/allocator.c

changeset 271
47b8ea435902
parent 259
2f5dea574a75
     1.1 --- a/src/allocator.c	Sun Jan 21 10:13:21 2018 +0100
     1.2 +++ b/src/allocator.c	Sun Jan 21 10:14:47 2018 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5  #include <stdlib.h>
     1.6  
     1.7 -UcxAllocator default_allocator = {
     1.8 +static UcxAllocator default_allocator = {
     1.9      NULL,
    1.10      ucx_default_malloc,
    1.11      ucx_default_calloc,

mercurial