From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Thu, 23 Apr 2020 16:52:24 -0400 Subject: [lttng-dev] [RFC PATCH CTF 1/3] Clarify that unlisted enum values are implementation-defined In-Reply-To: <20200423205226.496-1-mathieu.desnoyers@efficios.com> References: <20200423205226.496-1-mathieu.desnoyers@efficios.com> Message-ID: <20200423205226.496-2-mathieu.desnoyers@efficios.com> From: Genevi?ve Bastien Signed-off-by: Genevi?ve Bastien 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..f5fea51 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -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 -- 2.11.0