trace_uuid -> uuid and add packet metadata support
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-embedded-2.txt
index db436ae30e211383cade053e8d9e1b3db9995609..859df66223c757a6835c2e2dc830c347cdad4512 100644 (file)
@@ -11,9 +11,10 @@ trace {
        major = 0;
        minor = 1;
        uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
+       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.0239 seconds and 4 git commands to generate.