From: Mathieu Desnoyers Date: Tue, 30 Apr 2019 18:59:51 +0000 (-0400) Subject: Bump LTTNG_UST_ABI to 8.0 X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5430c50db082463051ecf8a1327356c998885172 Bump LTTNG_UST_ABI to 8.0 See commit 6c737d05 in lttng-ust for the rationale behind this change. Signed-off-by: Mathieu Desnoyers 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 687eb0b23..40ba1f478 100644 --- a/src/bin/lttng-sessiond/lttng-ust-abi.h +++ b/src/bin/lttng-sessiond/lttng-ust-abi.h @@ -44,8 +44,8 @@ #define LTTNG_UST_COMM_MAGIC 0xC57C57C5 /* Version for ABI between liblttng-ust, sessiond, consumerd */ -#define LTTNG_UST_ABI_MAJOR_VERSION 7 -#define LTTNG_UST_ABI_MINOR_VERSION 2 +#define LTTNG_UST_ABI_MAJOR_VERSION 8 +#define LTTNG_UST_ABI_MINOR_VERSION 0 struct lttng_ust_calibrate;