aboutsummaryrefslogtreecommitdiffstats
path: root/internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2022-05-30 17:18:34 +0200
committerNathan Skrzypczak <nathan.skrzypczak@gmail.com>2022-05-30 18:49:43 +0200
commite9567fa8c853dda16c54afbd2ba99b7263fa37f1 (patch)
treef722a72f13cccdd9f13bdaff200e734849ee0853 /internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json
parent4102c72bce694babd94a481b1201d33895a6f9c5 (diff)
binapi: remove internal/testbinapi
This patch is a proposal to remove the necessity to version two versions of the generated api. We would rely on `./binapi/` for 'internal' logic, making the dependancy on VPP a bit stronger, but removing a folder and a .json file we don't upgrade regularly. Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com> Change-Id: I99063ed571eb193271b3cda805d692155ac90f61
Diffstat (limited to 'internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json')
-rw-r--r--internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json171
1 files changed, 0 insertions, 171 deletions
diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json
deleted file mode 100644
index b6d5e68..0000000
--- a/internal/testbinapi/binapi2001/.vppapi/plugins/trace.api.json
+++ /dev/null
@@ -1,171 +0,0 @@
-{
- "types": [],
- "messages": [
- [
- "trace_profile_add",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u8",
- "trace_type"
- ],
- [
- "u8",
- "num_elts"
- ],
- [
- "u8",
- "trace_tsp"
- ],
- [
- "u32",
- "node_id"
- ],
- [
- "u32",
- "app_data"
- ],
- {
- "crc": "0xde08aa6d"
- }
- ],
- [
- "trace_profile_add_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- {
- "crc": "0xe8d4e804"
- }
- ],
- [
- "trace_profile_del",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- {
- "crc": "0x51077d14"
- }
- ],
- [
- "trace_profile_del_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- {
- "crc": "0xe8d4e804"
- }
- ],
- [
- "trace_profile_show_config",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- {
- "crc": "0x51077d14"
- }
- ],
- [
- "trace_profile_show_config_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- [
- "u8",
- "trace_type"
- ],
- [
- "u8",
- "num_elts"
- ],
- [
- "u8",
- "trace_tsp"
- ],
- [
- "u32",
- "node_id"
- ],
- [
- "u32",
- "app_data"
- ],
- {
- "crc": "0x0f1d374c"
- }
- ]
- ],
- "unions": [],
- "enums": [],
- "services": {
- "trace_profile_add": {
- "reply": "trace_profile_add_reply"
- },
- "trace_profile_del": {
- "reply": "trace_profile_del_reply"
- },
- "trace_profile_show_config": {
- "reply": "trace_profile_show_config_reply"
- }
- },
- "options": {
- "version": "1.0.0"
- },
- "aliases": {},
- "vl_api_version": "0x397cbf90"
-}