Bump minor kernel tracer ABI version
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 Mar 2016 21:35:50 +0000 (17:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 Mar 2016 21:35:50 +0000 (17:35 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/kernel-ctl/kernel-ioctl.h

index f5e866b8832213d16b3516b38e757684d23eb580..15308ac40fe999ec9c9c5fc9b66972e89ec1af0d 100644 (file)
@@ -20,7 +20,7 @@
 #define _LTT_KERNEL_IOCTL_H
 
 #define LTTNG_MODULES_ABI_MAJOR_VERSION                2
-#define LTTNG_MODULES_ABI_MINOR_VERSION                0
+#define LTTNG_MODULES_ABI_MINOR_VERSION                1
 
 /* Get a snapshot of the current ring buffer producer and consumer positions */
 #define RING_BUFFER_SNAPSHOT                _IO(0xF6, 0x00)
This page took 0.024828 seconds and 4 git commands to generate.