From: Mathieu Desnoyers Date: Tue, 6 Dec 2011 16:48:09 +0000 (-0500) Subject: Add loglevel in TSDL examples X-Git-Tag: v1.8~14 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=980015f9c9d06b3b2bc978554f1a70dd3701659f Add loglevel in TSDL examples Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 4ecf4b8..ebad3ba 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1129,9 +1129,11 @@ stream { }; event { - name = event_name; + name = "event_name"; id = value; /* Numeric identifier within the stream */ stream_id = stream_id; + loglevel.identifier = "loglevel_identifier"; + loglevel.value = value; context := struct { ... };