diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-21 13:02:10 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2015-09-24 09:34:37 +0900 |
commit | 6ac121d710697cee894d6981b804583b0a66ed38 (patch) | |
tree | 6192b5602a4f4027825f921a48387f2ac627fe1e /include/net/ip_vs.h | |
parent | df04ffb766a6eca2805d77e4f38beb7a9764c384 (diff) | |
download | op-kernel-dev-6ac121d710697cee894d6981b804583b0a66ed38.zip op-kernel-dev-6ac121d710697cee894d6981b804583b0a66ed38.tar.gz |
ipvs: Pass ipvs not net to start_sync_thread
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 3c077e8..dd7cd3a 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -1449,7 +1449,7 @@ static inline void ip_vs_dest_put_and_free(struct ip_vs_dest *dest) /* IPVS sync daemon data and function prototypes * (from ip_vs_sync.c) */ -int start_sync_thread(struct net *net, struct ipvs_sync_daemon_cfg *cfg, +int start_sync_thread(struct netns_ipvs *ipvs, struct ipvs_sync_daemon_cfg *cfg, int state); int stop_sync_thread(struct net *net, int state); void ip_vs_sync_conn(struct net *net, struct ip_vs_conn *cp, int pkts); |