aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlibmemory/memclnt.api
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2018-08-15 08:46:46 +0200
committerOle Trøan <otroan@employees.org>2018-08-15 13:09:16 +0000
commit6bd197ebb9fd9ae271449ad3937ae076d85c6479 (patch)
tree9502bb0813e059332a0f6e2cde2dba0855a662a5 /src/vlibmemory/memclnt.api
parent182e37e33f80cc65f3cf27b69e74d855dd858a7e (diff)
Remove client_index field from replies in API
- replies should not need to contain client_index since it is used to identify sender of requests to VPP Change-Id: Iece3853b3f020054ee1652b149d0cf8d9580db4e Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'src/vlibmemory/memclnt.api')
-rw-r--r--src/vlibmemory/memclnt.api2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api
index cc37c7c2f8d..f88e5bdb7ca 100644
--- a/src/vlibmemory/memclnt.api
+++ b/src/vlibmemory/memclnt.api
@@ -105,7 +105,6 @@ define get_first_msg_id {
};
define get_first_msg_id_reply {
- u32 client_index;
u32 context;
i32 retval;
u16 first_msg_id;
@@ -125,7 +124,6 @@ define api_versions {
u32 context;
};
define api_versions_reply {
- u32 client_index;
u32 context;
i32 retval;
u32 count;