From: Mathieu Desnoyers Date: Wed, 10 Mar 2021 14:22:25 +0000 (-0500) Subject: counter: shrink down number of dimensions to 4 X-Git-Tag: v2.13.0-rc1~330 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=c73b6bcde2c1136b9cf18e859746bb2f3201cd7a;p=lttng-ust.git 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 --- 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,