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