Update CTF spec version to v1.8
[ctf.git] / common-trace-format-specification.txt
index ef7d7a0d1bfc5b9aef88fa22f65ec425bf175fd3..cd6a6cee74813077f5081efce341df660fc7b574 100644 (file)
@@ -1,4 +1,4 @@
-Common Trace Format (CTF) Specification (pre-v1.8)
+Common Trace Format (CTF) Specification (v1.8)
 
 Mathieu Desnoyers, EfficiOS Inc.
 
@@ -1113,8 +1113,8 @@ trace. The event "id" field can be left out if there is only one event
 in a stream.
 
 trace {
-  major = value;                               /* Trace format version */
-  minor = value;
+  major = value;                       /* CTF spec version major number */
+  minor = value;                       /* CTF spec version minor number */
   uuid = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa";       /* Trace UUID */
   byte_order = be OR le;                       /* Endianness (required) */
   packet.header := struct {
This page took 0.023324 seconds and 4 git commands to generate.