From bc21db733753e147196e85e199581b26ea05af51 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 23 Apr 2020 16:43:36 -0400 Subject: [PATCH] Clarify that unlisted enumeration values are allowed Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index fd49e59..203f13f 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -464,6 +464,9 @@ enum { } ~~~ +An enumeration field can have an integral value for which the associated +enumeration type does not map to a string. + ### 4.2 Compound types Compound are aggregation of type declarations. Compound types include -- 2.34.1