The major SONAME bump to '1' gives us the opportunity to hide private
symbols that should never have been visible.
Change-Id: I1dbe60bba35dffd8c36db7f9145a80a9ab56ab3e
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
struct lttng_ctx_value;
struct lttng_event_notifier;
+LTTNG_HIDDEN
int ust_lock(void) __attribute__ ((warn_unused_result));
+LTTNG_HIDDEN
void ust_lock_nocheck(void);
+LTTNG_HIDDEN
void ust_unlock(void);
void lttng_fixup_event_tls(void);