Rename the "discard" directory to "deprecated"
[lttng-modules.git] / ltt-tracer-core.h
index cb82658b19c0ea014f5823ae434d1259cfe668bf..83debd9f18cc90d4edfa9ce86ba4d792c5d705e1 100644 (file)
 
 #include <linux/list.h>
 #include <linux/percpu.h>
-#include <linux/ltt-core.h>
+
+#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
+/* Align data on its natural alignment */
+#define RING_BUFFER_ALIGN
+#endif
+
+#include <linux/ringbuffer/config.h>
 
 struct ltt_session;
 struct ltt_channel;
This page took 0.024223 seconds and 4 git commands to generate.