session: support multiple worker binds
[vpp.git] / src / vnet / session / application_interface.h
index 1f481dc..1eefb0c 100644 (file)
@@ -64,7 +64,7 @@ typedef struct _vnet_unbind_args_t
     u64 handle;                        /**< Session handle */
   };
   u32 app_index;               /**< Owning application index */
-  u32 app_wrk_index;           /**< App's local pool worker index */
+  u32 wrk_map_index;           /**< App's local pool worker index */
 } vnet_unbind_args_t;
 
 typedef struct _vnet_connect_args