test/mpool_tests.c

changeset 131
fc3af16818a3
parent 113
8693d7874773
child 134
4d320dc3a7af
     1.1 --- a/test/mpool_tests.c	Mon Aug 05 14:38:37 2013 +0200
     1.2 +++ b/test/mpool_tests.c	Tue Aug 06 10:22:03 2013 +0200
     1.3 @@ -123,7 +123,7 @@
     1.4      ucx_mempool_destroy(pool);
     1.5  }
     1.6  
     1.7 -void test_setdestr(void* elem) {
     1.8 +UCX_EXTERN void test_setdestr(void* elem) {
     1.9      intptr_t *cb = (intptr_t*) ((intptr_t*) elem)[1];
    1.10      *cb = 42;
    1.11  }

mercurial