Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / stress / metadata / pass / many-stream-class / test.py
index 3b63dcd59fbe818368cb6e3ac3afa758165d07a7..6844c4598af863597e16337e31183452997d986e 100755 (executable)
@@ -14,8 +14,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 = 0;
+       major = 1;
+       minor = 8;
        uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
        byte_order = le;
        packet.header := struct {
This page took 0.022311 seconds and 4 git commands to generate.