Sync lttng-ust ABI version in ust-abi-internal.h
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 21:26:17 +0000 (16:26 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 21:26:17 +0000 (16:26 -0500)
Bump LTTNG_UST_ABI_MINOR_VERSION to 1

Increment the minor version of lttng-ust ABI to 1, to take into
account that the "clear" command was added in this release cycle.

This will allow future LTTng-tools versions to check for this
capability.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I472eb11589547a9fa119d061a2c1886371b87f69

src/bin/lttng-sessiond/ust-abi-internal.h

index 8944d05935c59aa4250272fe11a4c1681138b7cc..5c22378cdfd7688471c5d6dffc1a45bc97919dc6 100644 (file)
@@ -47,7 +47,7 @@
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
 #define LTTNG_UST_ABI_MAJOR_VERSION            8
-#define LTTNG_UST_ABI_MINOR_VERSION            0
+#define LTTNG_UST_ABI_MINOR_VERSION            1
 
 enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
This page took 0.025394 seconds and 4 git commands to generate.