X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Frculfhash-internal.h;h=2725008b549049e4d0503ce6a9170180b7360148;hb=b62f8205216d20d7ef16b536efd81389dc6fdd2f;hp=667dd611d7247b630aa47a290c11ee92a753a375;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust/rculfhash-internal.h b/liblttng-ust/rculfhash-internal.h index 667dd611..2725008b 100644 --- a/liblttng-ust/rculfhash-internal.h +++ b/liblttng-ust/rculfhash-internal.h @@ -14,7 +14,6 @@ #include #include #include -#include "helper.h" #ifdef DEBUG #define dbg_printf(fmt, args...) printf("[debug lttng-ust rculfhash] " fmt, ## args) @@ -126,11 +125,13 @@ struct lttng_ust_lfht { */ }; -LTTNG_HIDDEN +__attribute__((visibility("hidden"))) extern unsigned int lttng_ust_lfht_fls_ulong(unsigned long x); -LTTNG_HIDDEN + +__attribute__((visibility("hidden"))) extern int lttng_ust_lfht_get_count_order_u32(uint32_t x); -LTTNG_HIDDEN + +__attribute__((visibility("hidden"))) extern int lttng_ust_lfht_get_count_order_ulong(unsigned long x); #ifdef POISON_FREE