From 04f0b55a6bafe380a1b9ce93267d5a7da963cbf9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 2 Apr 2020 16:32:15 -0400 Subject: [PATCH] Bump LTTNG_UST_PROVIDER_MAJOR from 1 to 2 The introduction of nested arrays and sequences requires to bump the provider major version from 1 to 2. Newer lttng-ust are backward compatible with older probes, but newer probes cannot be used by older lttng-ust versions. Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index fd27396f..4b31c0e1 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -56,7 +56,7 @@ extern "C" { * library, but the opposite is rejected: a newer tracepoint provider is * rejected by an older lttng-ust library. */ -#define LTTNG_UST_PROVIDER_MAJOR 1 +#define LTTNG_UST_PROVIDER_MAJOR 2 #define LTTNG_UST_PROVIDER_MINOR 0 struct lttng_channel; -- 2.34.1