Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / stream / pass / in-bound-alignment-2-bit-empty-struct / metadata
index 1eeb5690096482d70b583f44acd06a1a3df0c5c8..086f753bf488a4b21e2f550df8db5b8ec166af5f 100644 (file)
@@ -3,8 +3,8 @@ typealias integer { size = 8; align = 8; signed = false; base = 10; } := uint8_t
 typealias integer { size = 32; align = 512; signed = false; base = hex; } := uint32_t;
 
 trace {
-       major = 0;
-       minor = 1;
+       major = 1;
+       minor = 8;
        uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
        byte_order = le;
        packet.header := struct {
This page took 0.025075 seconds and 4 git commands to generate.