X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2Frb-init.h;h=7dccebe65d2f302834a18004633e92fd4be354a9;hb=f574bfb4d81b26d3cfc0243868d138e33470a950;hp=46157a9012537888449ac05236c1145bbd3c65b8;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/libringbuffer/rb-init.h b/libringbuffer/rb-init.h index 46157a90..7dccebe6 100644 --- a/libringbuffer/rb-init.h +++ b/libringbuffer/rb-init.h @@ -7,7 +7,10 @@ #ifndef _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H #define _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H +__attribute__((visibility("hidden"))) void lttng_fixup_ringbuffer_tls(void); + +__attribute__((visibility("hidden"))) void lttng_ust_ringbuffer_set_allow_blocking(void); #endif /* _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H */