Make all traces explicitly support the CTF 1.8 spec
[ctf-testsuite.git] / tests / 1.8 / stress / stream / pass / many-streams / test.py
index 2498d4c5f98948f8c9d03c20866114ca8d84afa4..b72f6f4f1cc71255577f528cd8977234cd07db8f 100755 (executable)
@@ -35,8 +35,8 @@ def generate_metadata(array_len):
        'typealias integer {{ size = 64; align = 8; signed = false; base = hex; }} := uint64_t;\n'
        '\n'
        'trace {{\n'
-       '       major = 0;\n'
-       '       minor = 0;\n'
+       '       major = 1;\n'
+       '       minor = 8;\n'
        '       uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";\n'
        '       byte_order = le;\n'
        '       packet.header := struct {{\n'
This page took 0.02939 seconds and 4 git commands to generate.