trace_uuid -> uuid and add packet metadata support
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-test.txt
index c261a9a5da428a5d1823b50db6ec39c857008c01..69e53851fafce142508ce83b1a901e6d1cb2f8e7 100644 (file)
@@ -44,7 +44,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.023335 seconds and 4 git commands to generate.