Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / stream / fail / cross-packet-event-float / metadata
index e9791755dec3521e6d4cd0edefe494fdfb2a5216..eae5428fac3611d92cc5adf27f110b80ac1e4039 100644 (file)
@@ -5,8 +5,8 @@ typealias integer { size = 64; align = 8; signed = false; base = hex; } := uint6
 typealias floating_point { exp_dig = 11; mant_dig = 53; } := double;
 
 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.022243 seconds and 4 git commands to generate.