Fix: refuse overwrite mode buffers with less than two subbuffers
[lttng-modules.git] / lttng-tracer.h
index 1e27a9998c47dcc3093ba043235bffc285ca3037..4af5ea69ed5df960dd989d0f589e49f475fb5f6c 100644 (file)
 #include <asm/local.h>
 
 #include "wrapper/trace-clock.h"
+#include "wrapper/compiler.h"
 #include "lttng-tracer-core.h"
 #include "lttng-events.h"
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 4
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
+#define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Époque Opaque"
 #define LTTNG_VERSION_DESCRIPTION      \
This page took 0.023745 seconds and 4 git commands to generate.