From: Mathieu Desnoyers Date: Thu, 14 Apr 2022 17:34:57 +0000 (-0400) Subject: Remove LTTNG_UST_ABI_KEY_TOKEN_STRING_LEN_MAX from ust ABI X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=a99beeb1fac6e70b04e749fb2d7ed6b35df7613d;p=lttng-ust.git Remove LTTNG_UST_ABI_KEY_TOKEN_STRING_LEN_MAX from ust ABI Signed-off-by: Mathieu Desnoyers Change-Id: I4290633f4f72b1420986ab7f0dcd2eb8bb5df3c0 --- diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 9823b3f4..9816862f 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -125,8 +125,6 @@ enum lttng_ust_abi_counter_bitness { LTTNG_UST_ABI_COUNTER_BITNESS_64 = 1, }; -#define LTTNG_UST_ABI_KEY_TOKEN_STRING_LEN_MAX 4096 - struct lttng_ust_abi_counter_key_string { uint32_t string_len; /* string length (includes \0) */ char str[]; /* Null-terminated string. */