Import lib ring buffer into LTTng modules
[lttng-modules.git] / ltt-tracer-core.h
index cb82658b19c0ea014f5823ae434d1259cfe668bf..e6756ed7fcddad6a69d3fbc6de8895d55da88b10 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 "wrapper/ringbuffer/config.h"
 
 struct ltt_session;
 struct ltt_channel;
This page took 0.035756 seconds and 4 git commands to generate.