Remove O_LARGEFILE from tests
[lttng-ust.git] / liblttng-ust / ltt-tracer-core.h
index c54d620e62526f37e8a2b50dc9e412b6f1b8b333..2ea4eadfdd72a942182b350bffeda7b0bfe9fe76 100644 (file)
 #include <stdint.h>
 #include <stddef.h>
 #include <urcu/arch.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;
@@ -38,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.023634 seconds and 4 git commands to generate.