[diamon-discuss] [RFC PATCH CTF 1/4] Clarify that unlisted enumeration values are allowed

Mathieu Desnoyers <[email protected]> Tue, 28 Apr 2020 15:12:24 -0400
Newsgroups dev.linux.lists.diamon-discuss,org.lttng.lists.lttng-dev
Message-ID <[email protected]>
Signed-off-by: Mathieu Desnoyers <[email protected]>
---
 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..d6d196c 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 which its type does not
+map to a string.
+
 ### 4.2 Compound types
 
 Compound are aggregation of type declarations. Compound types include
-- 
2.11.0