Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0
[lttng-modules.git] / lttng-tracer.h
index a2bb29ecf1a6ce468eeb38a7207d5c7aeabec6cd..30f2ced600d6cde20ba64e2b852a4bcf15aff16c 100644 (file)
 
 #include <wrapper/trace-clock.h>
 #include <wrapper/compiler.h>
+#include <wrapper/vmalloc.h>
 #include <lttng-tracer-core.h>
 #include <lttng-events.h>
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 10
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.031378 seconds and 4 git commands to generate.