From dbcdb05841d1d08ec1b28ee452e79576af0abfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Genevi=C3=A8ve=20Bastien?= Date: Thu, 23 Apr 2020 09:58:03 -0400 Subject: [PATCH] Clarify that unlisted enum values are valid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unlisted enum values are implementation defined and not detailed here Signed-off-by: Geneviève Bastien --- common-trace-format-specification.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index fd49e59..b2ea3fb 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -1,4 +1,4 @@ -# Common Trace Format (CTF) Specification (v1.8.2) +# Common Trace Format (CTF) Specification (v1.8.3) **Author**: Mathieu Desnoyers, [EfficiOS Inc.](http://www.efficios.com/) @@ -464,6 +464,9 @@ enum { } ~~~ +The mappings in the enumeration type do not have to be exhaustive. Unlisted +values are implementation defined. + ### 4.2 Compound types Compound are aggregation of type declarations. Compound types include