vpp/test/ext/fake.api.json
Klement Sekera 1732e476cd VAPI: bugfixes
Change-Id: I20cfbae8b704ca68fd8dda9c811dc282ce723871
Signed-off-by: Klement Sekera <ksekera@cisco.com>
2018-08-28 18:05:42 +00:00

48 lines
1.1 KiB
JSON

{
"services": {
"test_fake_msg": {
"reply":"test_fake_msg_reply"
},
"test_fake_dump": {
"reply":"test_fake_details",
"stream":"true"
}
},
"enums" : [
],
"unions" : [
],
"types" : [
],
"messages" : [
["test_fake_msg",
["u16", "_vl_msg_id"],
["u32", "client_index"],
["u32", "context"],
["u8", "dummy", 256],
{"crc" : "0xcafebafe"}
],
["test_fake_msg_reply",
["u16", "_vl_msg_id"],
["u32", "context"],
["i32", "retval"],
{"crc" : "0xcafebafe"}
],
["test_fake_dump",
["u16", "_vl_msg_id"],
["u32", "client_index"],
["u32", "context"],
["u32", "dummy"],
{"crc" : "0xcafebafe"}
],
["test_fake_details",
["u16", "_vl_msg_id"],
["u32", "client_index"],
["u32", "context"],
["u32", "dummy"],
{"crc" : "0xcafebafe"}
]
],
"vl_api_version" :"0x224c7aad"
}