update stream -> stream_id
[ctf.git] / common-trace-format-proposal.txt
index 5ad95501af93d3cca2365d4d72284780240fdda9..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 {
     ...
   };
@@ -1248,10 +1248,6 @@ long-long-suffix:
        ll
        LL
 
-hexadecimal-digit-sequence:
-       hexadecimal-digit
-       hexadecimal-digit-sequence hexadecimal-digit
-
 enumeration-constant:
        identifier
        string-literal
This page took 0.022261 seconds and 4 git commands to generate.