update test files header to "CTF 1.8"
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-test.txt
index c261a9a5da428a5d1823b50db6ec39c857008c01..b6b1ab9d02a50a71369feab8b779715fdd0c8762 100644 (file)
@@ -1,3 +1,4 @@
+/* CTF 1.8 */
 
 typealias integer { size = 32; align = 32; signed = true; } := int;
 typealias integer { size = 32; align = 32; signed = false; } := uint;
@@ -44,7 +45,7 @@ struct event_packet_header {
   typealias integer { size = 8; align = 8; signed = false; } := uint8_t;
 
   uint32_t magic;
-  uint8_t  trace_uuid[16];
+  uint8_t  uuid[16];
   uint32_t stream_id;
 };
 
This page took 0.022768 seconds and 4 git commands to generate.