Bump LTTNG_MODULES_ABI_MINOR_VERSION to 5
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 03:11:51 +0000 (22:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 Dec 2019 15:46:23 +0000 (10:46 -0500)
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 <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-abi.h

index 5c5d8256be55b654be4fb8fe235089ffa4b278c7..1d356ab17440806ee9a3f0a8ac94eee759e6a978 100644 (file)
@@ -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
This page took 0.025919 seconds and 4 git commands to generate.