Remove gettid warning
[lttng-ust.git] / liblttng-ust / ltt-tracer-core.h
index 0a0bad9903b4b462a5b2597cf74467ff2eafb4c1..2ea4eadfdd72a942182b350bffeda7b0bfe9fe76 100644 (file)
 #include <stdint.h>
 #include <stddef.h>
 #include <urcu/arch.h>
-#include <lttng/core.h>
-#include <lttng/ust-tracer.h>
 #include <urcu/list.h>
-#include <lttng/usterr-signal-safe.h>
-#include "lttng/bug.h"
-
+#include <lttng/ust-tracer.h>
+#include <lttng/bug.h>
 #include <lttng/ringbuffer-config.h>
+#include <usterr-signal-safe.h>
 
 struct ltt_session;
 struct ltt_channel;
@@ -39,4 +37,7 @@ struct ltt_event;
 void ust_lock(void);
 void ust_unlock(void);
 
+void lttng_fixup_event_tls(void);
+void lttng_fixup_vtid_tls(void);
+
 #endif /* _LTT_TRACER_CORE_H */
This page took 0.024969 seconds and 4 git commands to generate.