Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion common-trace-format-specification.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down Expand Up @@ -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
Expand Down