X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Fhashtable.h;h=cefd43833b721604487d12e71a1a36280c7f3e30;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hp=e2dae968d0040de1136f40a689018099eb2fc538;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28;p=lttng-tools.git diff --git a/src/common/hashtable/hashtable.h b/src/common/hashtable/hashtable.h index e2dae968d..cefd43833 100644 --- a/src/common/hashtable/hashtable.h +++ b/src/common/hashtable/hashtable.h @@ -12,13 +12,14 @@ #include #include +#include #include #ifdef __cplusplus extern "C" { #endif -extern unsigned long lttng_ht_seed; +LTTNG_EXPORT extern unsigned long lttng_ht_seed; typedef unsigned long (*hash_fct_type)(const void *_key, unsigned long seed); typedef cds_lfht_match_fct hash_match_fct;