diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2018-08-15 08:46:46 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-08-15 13:09:16 +0000 |
commit | 6bd197ebb9fd9ae271449ad3937ae076d85c6479 (patch) | |
tree | 9502bb0813e059332a0f6e2cde2dba0855a662a5 /src/vnet/session/session.api | |
parent | 182e37e33f80cc65f3cf27b69e74d855dd858a7e (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/vnet/session/session.api')
-rw-r--r-- | src/vnet/session/session.api | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/session/session.api b/src/vnet/session/session.api index 58054ae4ba2..c60e99ea14a 100644 --- a/src/vnet/session/session.api +++ b/src/vnet/session/session.api @@ -258,14 +258,11 @@ define reset_session { }; /** \brief client->vpp reset session reply - @param client_index - opaque cookie to identify the sender - client to vpp direction only @param context - sender context, to match reply w/ request @param retval - return code for the request @param handle - session handle obtained via accept/connect */ define reset_session_reply { - u32 client_index; u32 context; i32 retval; u64 handle; |