Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / regression / stream / fail / cross-packet-event-string / metadata
index 67cba62037d628d964454bd62e624df90551f731..7f5b9e328707c2665b9f23a0f898d52e129afc37 100644 (file)
@@ -4,8 +4,8 @@ typealias integer { size = 32; align = 8; signed = false; base = hex; } := uint3
 typealias integer { size = 64; align = 8; signed = false; base = hex; } := uint64_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.024594 seconds and 4 git commands to generate.