diff options
author | Simon Horman <horms@verge.net.au> | 2010-08-22 08:37:54 -0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-10-04 09:45:24 -0400 |
commit | 8be67a6617b3403551fccb67b1c624c659419515 (patch) | |
tree | 902f8092ab95dfd06a80bdaf90bb2e51e23f285b /include/net/ip_vs.h | |
parent | a3c918acd29a96aba3b46bf50136e7953a480d17 (diff) |
IPVS: management of persistence engine modules
This is based heavily on the scheduler management code
Signed-off-by: Simon Horman <horms@verge.net.au>
Acked-by: Julian Anastasov <ja@ssi.bg>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 974daf52ba76..a6b93a26d4e2 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -796,6 +796,12 @@ extern int ip_vs_app_pkt_in(struct ip_vs_conn *, struct sk_buff *skb); | |||
796 | extern int ip_vs_app_init(void); | 796 | extern int ip_vs_app_init(void); |
797 | extern void ip_vs_app_cleanup(void); | 797 | extern void ip_vs_app_cleanup(void); |
798 | 798 | ||
799 | void ip_vs_bind_pe(struct ip_vs_service *svc, struct ip_vs_pe *pe); | ||
800 | void ip_vs_unbind_pe(struct ip_vs_service *svc); | ||
801 | int register_ip_vs_pe(struct ip_vs_pe *pe); | ||
802 | int unregister_ip_vs_pe(struct ip_vs_pe *pe); | ||
803 | extern struct ip_vs_pe *ip_vs_pe_get(const char *name); | ||
804 | extern void ip_vs_pe_put(struct ip_vs_pe *pe); | ||
799 | 805 | ||
800 | /* | 806 | /* |
801 | * IPVS protocol functions (from ip_vs_proto.c) | 807 | * IPVS protocol functions (from ip_vs_proto.c) |