update stream -> stream_id
[ctf.git] / common-trace-format-proposal.txt
index 5cf9ef618755bce6453ae455a8dc8c965321c0d6..eb0342b721ef78ce5205d973bc4265acbc41a7d7 100644 (file)
@@ -835,7 +835,7 @@ packet header, specific to the meta-data stream, which contains,
 exactly:
 
 struct metadata_packet_header {
-  uint32_t magic;                      /* 0x3FF1C105 */
+  uint32_t magic;                      /* 0x75D11D57 */
   uint8_t  trace_uuid[16];             /* Unique Universal Identifier */
   uint32_t checksum;                   /* 0 if unused */
   uint32_t content_size;               /* in bits */
@@ -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.022758 seconds and 4 git commands to generate.