From: Mathieu Desnoyers Date: Thu, 2 Apr 2020 20:32:15 +0000 (-0400) Subject: Bump LTTNG_UST_PROVIDER_MAJOR from 1 to 2 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=04f0b55a6bafe380a1b9ce93267d5a7da963cbf9;hp=7edfc1722684982b9df894c054d69808dc588a6a;p=deliverable%2Flttng-ust.git 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 --- 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;