update test files header to "CTF 1.8"
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-test-seq.txt
index 763a776717dc3741af4c137635ea93308eaa9876..82a30caf2e6df2da2f6f1101c4e2b46dcc553ef3 100644 (file)
@@ -1,4 +1,7 @@
-/* Architecture with 32-bit pointers, 32-bit integers, 32-bit longs */
+/* CTF 1.8
+ *
+ * Architecture with 32-bit pointers, 32-bit integers, 32-bit longs.
+ */
 
 typealias integer { size = 1; align = 1; signed = false; } := uint1_t;
 typealias integer { size = 8; align = 8; signed = false; } := uint8_t;
@@ -14,7 +17,7 @@ trace {
        byte_order = be;
        packet.header := struct {
                uint32_t magic;
-               uint8_t  trace_uuid[16];
+               uint8_t  uuid[16];
                uint32_t stream_id;
        };
 };
This page took 0.024465 seconds and 4 git commands to generate.