X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Fhashtable.h;h=4007a9c6c6b29696313415c60473f198cc859a6a;hp=90b4412756cb9f6f0d93e25b752e232bb69399ee;hb=b63149382964b82d32eb35b179d0b043b657fa26;hpb=347e0f146d848f8e5a6b2cb07c016d3f4085f310 diff --git a/src/common/hashtable/hashtable.h b/src/common/hashtable/hashtable.h index 90b441275..4007a9c6c 100644 --- a/src/common/hashtable/hashtable.h +++ b/src/common/hashtable/hashtable.h @@ -23,6 +23,8 @@ #include "rculfhash.h" #include "rculfhash-internal.h" +extern unsigned long lttng_ht_seed; + typedef unsigned long (*hash_fct)(void *_key, unsigned long seed); typedef cds_lfht_match_fct hash_match_fct;