Remove unused hexadecimal digit sequence from grammar
[ctf.git] / common-trace-format-proposal.txt
index fcd5cb56bc168facc7c4f2d77dd99719bb46e3a1..7d67d2770647b961b1e8258a2ba80ffb25e50e10 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 */
@@ -1248,14 +1248,6 @@ long-long-suffix:
        ll
        LL
 
-digit-sequence:
-       digit
-       digit-sequence digit
-
-hexadecimal-digit-sequence:
-       hexadecimal-digit
-       hexadecimal-digit-sequence hexadecimal-digit
-
 enumeration-constant:
        identifier
        string-literal
This page took 0.022171 seconds and 4 git commands to generate.