From 8e9060f2a968d4f21ced3f4b0d4720a265df9944 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 20 Sep 2012 12:38:11 -0400 Subject: [PATCH 1/1] Add model.emf.uri example to spec Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 759d43b..4c5e356 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1173,6 +1173,7 @@ event { id = value; /* Numeric identifier within the stream */ stream_id = stream_id; loglevel = value; + model.emf.uri = "string"; context := struct { ... }; -- 2.34.1