Version 2.0.8
[lttng-ust.git] / liblttng-ust / ltt-tracer-core.h
index 20ed0c0e0ec7891182e43e28dcc27e54f69afd36..2ea4eadfdd72a942182b350bffeda7b0bfe9fe76 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#include <lttng/kcompat/kcompat.h>
-#include <lttng/core.h>
-#include <lttng/ust-tracer.h>
+#include <stdint.h>
+#include <stddef.h>
+#include <urcu/arch.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;
@@ -37,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.023845 seconds and 4 git commands to generate.