From: Mathieu Desnoyers Date: Mon, 20 Feb 2012 19:16:29 +0000 (-0500) Subject: Specify that major/minor trace {} fields are the CTF spec version X-Git-Tag: v1.8~1 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=1e9de2d116deeba64cb225af22473fa0675fbe55;ds=sidebyside Specify that major/minor trace {} fields are the CTF spec version Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index ef7d7a0..9070c02 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -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 {