ucx/mempool.c

changeset 131
fc3af16818a3
parent 116
234920008754
child 135
a0aa1c15f46b
     1.1 --- a/ucx/mempool.c	Mon Aug 05 14:38:37 2013 +0200
     1.2 +++ b/ucx/mempool.c	Tue Aug 06 10:22:03 2013 +0200
     1.3 @@ -46,7 +46,7 @@
     1.4      void           *ptr;
     1.5  } ucx_regdestr;
     1.6  
     1.7 -void ucx_mempool_shared_destr(void* ptr) {
     1.8 +UCX_EXTERN void ucx_mempool_shared_destr(void* ptr) {
     1.9      ucx_regdestr *rd = (ucx_regdestr*)ptr;
    1.10      rd->destructor(rd->ptr);
    1.11  }

mercurial