examples/barectf-tracepoint: fix comment
[deliverable/barectf.git] / tests / config / fail / trace / ph-streamid-wrong-signed.yaml
CommitLineData
bed7233f
PP
1version: '2.1'
2metadata:
3 type-aliases:
4 uint16:
5 class: int
6 size: 16
7 trace:
8 byte-order: be
9 packet-header-type:
10 class: struct
11 fields:
12 stream_id:
13 class: int
14 size: 16
15 signed: true
16 streams:
17 my_stream:
18 packet-context-type:
19 class: struct
20 fields:
21 packet_size: uint16
22 content_size: uint16
23 events:
24 my_event:
25 payload-type:
26 class: struct
27 fields:
28 my_field:
29 class: int
30 size: 8
This page took 0.022987 seconds and 4 git commands to generate.