blob: 24c9f4dbfa1e5a7c98dbb67c35dfafea712833e9 [file] [log] [blame]
Klement Sekeradc15be22017-06-12 06:49:33 +02001{
Klement Sekera1732e472018-08-28 17:23:18 +02002 "services": {
3 "test_fake_msg": {
4 "reply":"test_fake_msg_reply"
5 },
6 "test_fake_dump": {
7 "reply":"test_fake_details",
8 "stream":"true"
9 }
10 },
11 "enums" : [
12 ],
13 "unions" : [
14 ],
Klement Sekeradc15be22017-06-12 06:49:33 +020015 "types" : [
Klement Sekeradc15be22017-06-12 06:49:33 +020016 ],
17 "messages" : [
18 ["test_fake_msg",
19 ["u16", "_vl_msg_id"],
20 ["u32", "client_index"],
21 ["u32", "context"],
22 ["u8", "dummy", 256],
23 {"crc" : "0xcafebafe"}
24 ],
25 ["test_fake_msg_reply",
26 ["u16", "_vl_msg_id"],
27 ["u32", "context"],
28 ["i32", "retval"],
29 {"crc" : "0xcafebafe"}
30 ],
31 ["test_fake_dump",
32 ["u16", "_vl_msg_id"],
33 ["u32", "client_index"],
34 ["u32", "context"],
35 ["u32", "dummy"],
36 {"crc" : "0xcafebafe"}
37 ],
38 ["test_fake_details",
39 ["u16", "_vl_msg_id"],
40 ["u32", "client_index"],
41 ["u32", "context"],
42 ["u32", "dummy"],
43 {"crc" : "0xcafebafe"}
44 ]
45 ],
Ole Troan53fffa12018-11-13 12:36:56 +010046 "aliases" : {
47 },
Klement Sekeradc15be22017-06-12 06:49:33 +020048"vl_api_version" :"0x224c7aad"
49}