Add single-stream tests
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-single-stream.txt
1 typealias integer { size = 8; align = 8; signed = false; } := uint8_t;
2 typealias integer { size = 32; align = 32; signed = false; } := uint32_t;
3
4 trace {
5 major = 0;
6 minor = 1;
7 uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
8 byte_order = le;
9 packet.header := struct {
10 uint32_t magic;
11 uint8_t trace_uuid[16];
12 };
13 };
14
15 event {
16 name = string;
17 fields := struct { string str; };
18 };
This page took 0.028988 seconds and 4 git commands to generate.