session: update due to clib_socket refactoring
[vpp.git] / src / vnet / session / application_namespace.h
index 1750d41..02a4a07 100644 (file)
@@ -50,11 +50,6 @@ typedef struct _app_namespace
    */
   u8 *ns_id;
 
-  /**
-   * Linux netns if one was provided
-   */
-  u8 *netns;
-
   /**
    * Name of socket applications can use to attach to session layer
    */
@@ -69,7 +64,6 @@ typedef struct _app_namespace
 typedef struct _vnet_app_namespace_add_del_args
 {
   u8 *ns_id;
-  u8 *netns;
   u8 *sock_name;
   u64 secret;
   u32 sw_if_index;