From: Mathieu Desnoyers Date: Mon, 29 Jul 2024 18:24:13 +0000 (-0400) Subject: ust-abi: Clarify "size" field comment X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=5db855839d4526cb2b80c45096884b7f6136da9f;p=lttng-ust.git ust-abi: Clarify "size" field comment Signed-off-by: Mathieu Desnoyers Change-Id: Ib0c14a1014d19348a98636a9c84d45d7f306fbb5 --- 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));