From 6bd197ebb9fd9ae271449ad3937ae076d85c6479 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Wed, 15 Aug 2018 08:46:46 +0200 Subject: 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 --- src/vnet/session/session.api | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vnet/session/session.api') 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; -- cgit 1.2.3-korg