From: Jérémie Galarneau Date: Thu, 14 Jan 2016 16:08:53 +0000 (-0500) Subject: Bump lttng-ust protocol version to 6.1 X-Git-Tag: v2.8.0-rc1~193 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d50967fb42672ebeef8736cf6047ef92cfaff0fb;hp=10b56aefc3e1de5cee607994f64c3b8a7d85c391 Bump lttng-ust protocol version to 6.1 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 --- 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,