From c73b6bcde2c1136b9cf18e859746bb2f3201cd7a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Mar 2021 09:22:25 -0500 Subject: [PATCH] counter: shrink down number of dimensions to 4 This is in line with upcoming development using counters. Signed-off-by: Mathieu Desnoyers Change-Id: I13cae3176b71966ff5c731d903d4e677870a346b --- include/lttng/ust-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 95d289da..fd7180a1 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -85,7 +85,7 @@ struct lttng_ust_stream { */ } LTTNG_PACKED; -#define LTTNG_UST_COUNTER_DIMENSION_MAX 8 +#define LTTNG_UST_COUNTER_DIMENSION_MAX 4 enum lttng_ust_counter_arithmetic { LTTNG_UST_COUNTER_ARITHMETIC_MODULAR = 0, -- 2.34.1