From: Mathieu Desnoyers Date: Wed, 4 May 2011 20:09:03 +0000 (-0400) Subject: Explain that ids can be left out if single stream/event X-Git-Tag: v1.8~57 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=350bb6335058137e1984fad8a39b07e862d2d830;hp=37b39e474c20f68d8e9321b2cd8f296488bf59f5 Explain that ids can be left out if single stream/event Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 8182ea9..71d9140 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -905,6 +905,10 @@ Note that the trace endianness is usually extracted from the packet header magic number. The "endian" field is only needed when the magic number packet header field is not present. +The stream "id" can be left out if there is only one stream in the +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;