From: Mathieu Desnoyers Date: Thu, 23 Apr 2020 20:43:36 +0000 (-0400) Subject: Clarify that unlisted enumeration values are allowed X-Git-Tag: v1.8.3~4 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=bc21db733753e147196e85e199581b26ea05af51;ds=sidebyside Clarify that unlisted enumeration values are allowed Signed-off-by: Mathieu Desnoyers --- 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