Klement Sekera | dc15be2 | 2017-06-12 06:49:33 +0200 | [diff] [blame] | 1 | { |
Klement Sekera | 1732e47 | 2018-08-28 17:23:18 +0200 | [diff] [blame] | 2 | "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 Sekera | dc15be2 | 2017-06-12 06:49:33 +0200 | [diff] [blame] | 15 | "types" : [ |
Klement Sekera | dc15be2 | 2017-06-12 06:49:33 +0200 | [diff] [blame] | 16 | ], |
| 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 Troan | 53fffa1 | 2018-11-13 12:36:56 +0100 | [diff] [blame] | 46 | "aliases" : { |
| 47 | }, |
Klement Sekera | dc15be2 | 2017-06-12 06:49:33 +0200 | [diff] [blame] | 48 | "vl_api_version" :"0x224c7aad" |
| 49 | } |