X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fbihash_all_vector.c;h=04c1374540239581a2a92b062df6da8d9da11fb5;hb=30ad571cc35e4dc6d4d7e50b81b97f83f8770eea;hp=b6c64a30e0ba91dd5648eaa4c79a9159e3daebf1;hpb=32dcd3b2f227dec638c39ade0c58d6741d83ec30;p=vpp.git diff --git a/src/vppinfra/bihash_all_vector.c b/src/vppinfra/bihash_all_vector.c index b6c64a30e0b..04c13745402 100644 --- a/src/vppinfra/bihash_all_vector.c +++ b/src/vppinfra/bihash_all_vector.c @@ -16,10 +16,10 @@ #include /* Vector of all bihashes */ -void **clib_all_bihashes; -static void **clib_all_bihash_heap; +__clib_export void **clib_all_bihashes; +static clib_mem_heap_t *clib_all_bihash_heap; -void * +__clib_export clib_mem_heap_t * clib_all_bihash_set_heap (void) { if (PREDICT_FALSE (clib_all_bihash_heap == 0)) @@ -32,7 +32,7 @@ clib_all_bihash_set_heap (void) * Leave it to Beaver to change the size of a bihash * by making a clone in a stack local and then copying it... */ -void +__clib_export void clib_bihash_copied (void *dst, void *src) { int i;