diff options
author | Simon Horman <horms@verge.net.au> | 2010-08-22 08:37:53 -0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-10-04 09:45:24 -0400 |
commit | 85999283a21ab2dd37427fdd8c8e8af57223977c (patch) | |
tree | a78ba043c23182d47cfe473a9a829d8608e2d526 /include/linux/ip_vs.h | |
parent | 2fabf35bfcd89445c54cf1e6a5437dd3cf924a92 (diff) |
IPVS: Add struct ip_vs_pe
Signed-off-by: Simon Horman <horms@verge.net.au>
Acked-by: Julian Anastasov <ja@ssi.bg>
Diffstat (limited to 'include/linux/ip_vs.h')
-rw-r--r-- | include/linux/ip_vs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ip_vs.h b/include/linux/ip_vs.h index df7728613720..0a9c44d64292 100644 --- a/include/linux/ip_vs.h +++ b/include/linux/ip_vs.h | |||
@@ -99,8 +99,10 @@ | |||
99 | 0) | 99 | 0) |
100 | 100 | ||
101 | #define IP_VS_SCHEDNAME_MAXLEN 16 | 101 | #define IP_VS_SCHEDNAME_MAXLEN 16 |
102 | #define IP_VS_PENAME_MAXLEN 16 | ||
102 | #define IP_VS_IFNAME_MAXLEN 16 | 103 | #define IP_VS_IFNAME_MAXLEN 16 |
103 | 104 | ||
105 | #define IP_VS_PEDATA_MAXLEN 255 | ||
104 | 106 | ||
105 | /* | 107 | /* |
106 | * The struct ip_vs_service_user and struct ip_vs_dest_user are | 108 | * The struct ip_vs_service_user and struct ip_vs_dest_user are |