blob: f7238c468fa0bd34ec4e67a49c819de94b72df11 [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 ],
Matthew Smithd1c75062022-11-09 17:45:19 +000013 "enumflags" : [
14 ],
Klement Sekera1732e472018-08-28 17:23:18 +020015 "unions" : [
16 ],
Klement Sekeradc15be22017-06-12 06:49:33 +020017 "types" : [
Klement Sekeradc15be22017-06-12 06:49:33 +020018 ],
19 "messages" : [
20 ["test_fake_msg",
21 ["u16", "_vl_msg_id"],
22 ["u32", "client_index"],
23 ["u32", "context"],
24 ["u8", "dummy", 256],
25 {"crc" : "0xcafebafe"}
26 ],
27 ["test_fake_msg_reply",
28 ["u16", "_vl_msg_id"],
29 ["u32", "context"],
30 ["i32", "retval"],
31 {"crc" : "0xcafebafe"}
32 ],
33 ["test_fake_dump",
34 ["u16", "_vl_msg_id"],
35 ["u32", "client_index"],
36 ["u32", "context"],
37 ["u32", "dummy"],
38 {"crc" : "0xcafebafe"}
39 ],
40 ["test_fake_details",
41 ["u16", "_vl_msg_id"],
42 ["u32", "client_index"],
43 ["u32", "context"],
44 ["u32", "dummy"],
45 {"crc" : "0xcafebafe"}
46 ]
47 ],
Ole Troan53fffa12018-11-13 12:36:56 +010048 "aliases" : {
49 },
Klement Sekeradc15be22017-06-12 06:49:33 +020050"vl_api_version" :"0x224c7aad"
51}