From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeremie.galarneau@efficios.com (=?UTF-8?q?J=C3=A9r=C3=A9mie=20Galarneau?=) Date: Thu, 19 Dec 2019 22:11:51 -0500 Subject: [lttng-dev] [RFC Patch] Bump LTTNG_MODULES_ABI_MINOR_VERSION to 5 Message-ID: <20191220031151.34539-1-jeremie.galarneau@efficios.com> New operations were added to the lttng-modules ABI as part of the 2.12 release cycle to support UID tracking and the "session clear" functionality. This will allow future LTTng-tools versions to check for those capabilities. Signed-off-by: J?r?mie Galarneau --- lttng-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lttng-abi.h b/lttng-abi.h index 5c5d825..1d356ab 100644 --- a/lttng-abi.h +++ b/lttng-abi.h @@ -17,7 +17,7 @@ * should be increased when an incompatible ABI change is done. */ #define LTTNG_MODULES_ABI_MAJOR_VERSION 2 -#define LTTNG_MODULES_ABI_MINOR_VERSION 4 +#define LTTNG_MODULES_ABI_MINOR_VERSION 5 #define LTTNG_KERNEL_SYM_NAME_LEN 256 #define LTTNG_KERNEL_SESSION_NAME_LEN 256 -- 2.24.1