Centralize locking with ust_lock, fork handling
[lttng-ust.git] / libust / ltt-tracer-core.h
index 36d46b946f465feebc011ebceadb8600b0f3dcef..fe2ecb9e455a4e9b39d4843d8a4b00745eaaa43e 100644 (file)
 
 #include <ust/kcompat/kcompat.h>
 #include <ust/core.h>
+#include <ust/lttng-tracer.h>
 #include <urcu/list.h>
-
-#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
-/* Align data on its natural alignment */
-#define RING_BUFFER_ALIGN
-#endif
-
-#include "usterr_signal_safe.h"
+#include <ust/usterr-signal-safe.h>
 #include "ust/bug.h"
-#include "../libringbuffer/config.h"
+
+#include <ust/ringbuffer-config.h>
 
 struct ltt_session;
 struct ltt_channel;
 struct ltt_event;
 
+void ust_lock(void);
+void ust_unlock(void);
+
 #endif /* _LTT_TRACER_CORE_H */
This page took 0.023152 seconds and 4 git commands to generate.