From d50967fb42672ebeef8736cf6047ef92cfaff0fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 14 Jan 2016 11:08:53 -0500 Subject: [PATCH] Bump lttng-ust protocol version to 6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The introduction of enumerations in lttng-ust forces the protocol to accomodate a new command which will only be used by lttng-ust 2.8+. This is not a breaking change in the protocol since lttng-tools does not _need_ to receive this command for normal operation, nor does it issue it. Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/lttng-ust-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/lttng-ust-abi.h b/src/bin/lttng-sessiond/lttng-ust-abi.h index 40259cd81..d4c3b60aa 100644 --- a/src/bin/lttng-sessiond/lttng-ust-abi.h +++ b/src/bin/lttng-sessiond/lttng-ust-abi.h @@ -45,7 +45,7 @@ /* Version for ABI between liblttng-ust, sessiond, consumerd */ #define LTTNG_UST_ABI_MAJOR_VERSION 6 -#define LTTNG_UST_ABI_MINOR_VERSION 0 +#define LTTNG_UST_ABI_MINOR_VERSION 1 enum lttng_ust_instrumentation { LTTNG_UST_TRACEPOINT = 0, -- 2.34.1