X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fapplication.h;h=2892bc59f12c2f677dc41db9d9fc8acea91dbcc3;hb=4112e389ea934463fd2160c8f24edaf11bc931b0;hp=b9852131faed3288df407c2351c0246e46a0400a;hpb=7999e83a41ebad8a3f02cfcb2809cdb3aae919ba;p=vpp.git diff --git a/src/vnet/session/application.h b/src/vnet/session/application.h index b9852131fae..2892bc59f12 100644 --- a/src/vnet/session/application.h +++ b/src/vnet/session/application.h @@ -97,12 +97,13 @@ typedef struct _application u8 first_segment_manager_in_use; /** Segment manager properties. Shared by all segment managers */ - segment_manager_properties_t sm_properties; + u32 sm_properties; u16 proxied_transports; } application_t; #define APP_INVALID_INDEX ((u32)~0) +#define APP_DROP_INDEX (((u32)~0) - 1) #define APP_NS_INVALID_INDEX ((u32)~0) #define APP_INVALID_SEGMENT_MANAGER_INDEX ((u32) ~0)