update stream -> stream_id
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 May 2011 10:30:34 +0000 (06:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 May 2011 10:30:34 +0000 (06:30 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt

index 7d67d2770647b961b1e8258a2ba80ffb25e50e10..eb0342b721ef78ce5205d973bc4265acbc41a7d7 100644 (file)
@@ -969,7 +969,7 @@ stream {
 event {
   name = event_name;
   id = value;                  /* Numeric identifier within the stream */
-  stream = stream_id;
+  stream_id = stream_id;
   context := struct {
     ...
   };
This page took 0.024287 seconds and 4 git commands to generate.