From: Jérémie Galarneau Date: Fri, 20 Dec 2019 20:55:27 +0000 (-0500) Subject: Sync lttng-modules ABI version in internal kernel-ioctl.h X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=74e89a8c6a6824c4ca8179a3ae7b9cc4c99bddc5;ds=sidebyside Sync lttng-modules ABI version in internal kernel-ioctl.h Signed-off-by: Jérémie Galarneau Change-Id: I67eafac24bc8db62831b6bc72497c706ff383a07 --- diff --git a/src/common/kernel-ctl/kernel-ioctl.h b/src/common/kernel-ctl/kernel-ioctl.h index 4fef928d6..8922f58d0 100644 --- a/src/common/kernel-ctl/kernel-ioctl.h +++ b/src/common/kernel-ctl/kernel-ioctl.h @@ -20,7 +20,7 @@ #define _LTT_KERNEL_IOCTL_H #define LTTNG_MODULES_ABI_MAJOR_VERSION 2 -#define LTTNG_MODULES_ABI_MINOR_VERSION 3 +#define LTTNG_MODULES_ABI_MINOR_VERSION 5 /* Get a snapshot of the current ring buffer producer and consumer positions */ #define RING_BUFFER_SNAPSHOT _IO(0xF6, 0x00)