Update metadata magic number
[ctf.git] / common-trace-format-proposal.txt
index f9d9b5fd0cce3e40eeaedfe56052c2655323f8ea..5ad95501af93d3cca2365d4d72284780240fdda9 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 */
@@ -935,7 +935,7 @@ readable by accessing the upper dynamic scopes.
 7.4 TSDL Examples
 
 The grammar representing the TSDL meta-data is presented in Appendix C.
-TSDL Grammar. This section presents a rather ligher reading that
+TSDL Grammar. This section presents a rather lighter reading that
 consists in examples of TSDL meta-data, with template values.
 
 The stream "id" can be left out if there is only one stream in the
@@ -1248,10 +1248,6 @@ long-long-suffix:
        ll
        LL
 
-digit-sequence:
-       digit
-       digit-sequence digit
-
 hexadecimal-digit-sequence:
        hexadecimal-digit
        hexadecimal-digit-sequence hexadecimal-digit
This page took 0.022732 seconds and 4 git commands to generate.