Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / stream / pass / variant-missing-enum-mappings / metadata
index 9de01c72110c3ee974fe9ea412aa63aed9fa70d2..420c05608b1fb42f9871a66cd1c602d258ca8743 100644 (file)
@@ -3,8 +3,8 @@ typealias integer { size = 8; align = 8; signed = false; base = 10; } := uint8_t
 typealias integer { size = 32; align = 8; 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.023744 seconds and 4 git commands to generate.