From 980015f9c9d06b3b2bc978554f1a70dd3701659f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 6 Dec 2011 11:48:09 -0500 Subject: [PATCH] Add loglevel in TSDL examples Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { ... }; -- 2.34.1