From 5db855839d4526cb2b80c45096884b7f6136da9f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 29 Jul 2024 14:24:13 -0400 Subject: [PATCH] ust-abi: Clarify "size" field comment Signed-off-by: Mathieu Desnoyers Change-Id: Ib0c14a1014d19348a98636a9c84d45d7f306fbb5 --- 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 7cda357d..fd5f829c 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -209,7 +209,7 @@ enum lttng_ust_abi_counter_dimension_flags { struct lttng_ust_abi_counter_dimension { uint32_t key_type; /* enum lttng_ust_abi_key_type */ uint32_t flags; /* enum lttng_ust_abi_counter_dimension_flags */ - uint64_t size; /* dimension size */ + uint64_t size; /* dimension size (count of entries) */ uint64_t underflow_index; uint64_t overflow_index; } __attribute__((packed)); -- 2.34.1