From 1e9de2d116deeba64cb225af22473fa0675fbe55 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 20 Feb 2012 14:16:29 -0500 Subject: [PATCH] Specify that major/minor trace {} fields are the CTF spec version Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.34.1