From: Mathieu Desnoyers Date: Mon, 14 Mar 2022 17:41:47 +0000 (-0400) Subject: Document expected ISO8601 time formats in ABI header X-Git-Tag: v2.12.8~1 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=b42d3db8390619724c4f9cc34ba0938e1af83c36 Document expected ISO8601 time formats in ABI header Document the expected ISO8601 time formats in the ABI header to justify the choice of string maximum length. Signed-off-by: Mathieu Desnoyers Change-Id: I9f649e90ff14389e5ad5be1c9d0c3c6f3846a242 --- diff --git a/lttng-abi.h b/lttng-abi.h index 51d60e5b..9d6595f7 100644 --- a/lttng-abi.h +++ b/lttng-abi.h @@ -21,6 +21,13 @@ #define LTTNG_KERNEL_SYM_NAME_LEN 256 #define LTTNG_KERNEL_SESSION_NAME_LEN 256 + +/* + * The expected iso8601 time formats are either: + * + * - YYYYmmddTHHMMSS+HHMM (20 characters + \0) + * - YYYY-mm-ddTHH:MM:SS+HH:MM (25 characters + \0) + */ #define LTTNG_KERNEL_SESSION_CREATION_TIME_ISO8601_LEN 26 enum lttng_kernel_instrumentation {