Bump LTTNG_MODULES_ABI_MINOR_VERSION to 6
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Dec 2020 04:40:51 +0000 (23:40 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Dec 2020 13:56:53 +0000 (08:56 -0500)
New operations were added to the lttng-modules ABI as part of the 2.13
release cycle to support event notifiers.

This will allow future LTTng-tools versions to check for those
capabilities.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Idfd58f3914b87be3688a10a06239a1b0ab556a7c

include/lttng/abi.h

index 37d6312938f6eed20bf35eb6ce558083a6f7bb08..1092a4fd79554cc77935f7a45ec4d8f87afcc633 100644 (file)
@@ -18,7 +18,7 @@
  * should be increased when an incompatible ABI change is done.
  */
 #define LTTNG_MODULES_ABI_MAJOR_VERSION                2
-#define LTTNG_MODULES_ABI_MINOR_VERSION                5
+#define LTTNG_MODULES_ABI_MINOR_VERSION                6
 
 #define LTTNG_KERNEL_SYM_NAME_LEN      256
 #define LTTNG_KERNEL_SESSION_NAME_LEN  256
This page took 0.025887 seconds and 4 git commands to generate.