src.ctf.fs: sort inputs paths
[babeltrace.git] / tests / data / ctf-traces / deterministic-ordering / c-corrupted / metadata
1 /* CTF 1.8 */
2
3 typealias integer { size = 8; align = 8; signed = false; } := uint8_t;
4
5 trace {
6 major = 1;
7 minor = 8;
8 byte_order = be;
9 uuid = "c6e53ddd-925c-4b8f-bd19-acd28af9c4f2";
10
11 packet.header := struct {
12 uint8_t stream_id;
13 uint8_t stream_instance_id;
14 };
15 };
16
17 stream {
18 id = 0;
19 event.header := struct {
20 uint8_t id;
21 };
22
23 packet.context := struct {
24 uint8_t timestamp_begin;
25 };
26 };
27
28 event {
29 name = gadoua;
30 id = 1;
31 };
This page took 0.029051 seconds and 4 git commands to generate.