aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorJulian Anastasov <ja@ssi.bg>2011-03-13 19:44:28 -0400
committerSimon Horman <horms@verge.net.au>2011-03-14 20:36:54 -0400
commit6ef757f965c9133e82116475eab7f30df391c7fa (patch)
treed0933c3b9e07ac3440c4a46a63ef26f1fea31882 /include/net/ip_vs.h
parentea9f22cce9c2530d659f9122819940b69506b2d9 (diff)
ipvs: rename estimator functions
Rename ip_vs_new_estimator to ip_vs_start_estimator and ip_vs_kill_estimator to ip_vs_stop_estimator to better match their logic. Signed-off-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index e4a39c4e263..7ca5be24725 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -1176,8 +1176,8 @@ extern void ip_vs_sync_cleanup(void);
1176 */ 1176 */
1177extern int ip_vs_estimator_init(void); 1177extern int ip_vs_estimator_init(void);
1178extern void ip_vs_estimator_cleanup(void); 1178extern void ip_vs_estimator_cleanup(void);
1179extern void ip_vs_new_estimator(struct net *net, struct ip_vs_stats *stats); 1179extern void ip_vs_start_estimator(struct net *net, struct ip_vs_stats *stats);
1180extern void ip_vs_kill_estimator(struct net *net, struct ip_vs_stats *stats); 1180extern void ip_vs_stop_estimator(struct net *net, struct ip_vs_stats *stats);
1181extern void ip_vs_zero_estimator(struct ip_vs_stats *stats); 1181extern void ip_vs_zero_estimator(struct ip_vs_stats *stats);
1182extern void ip_vs_read_estimator(struct ip_vs_stats_user *dst, 1182extern void ip_vs_read_estimator(struct ip_vs_stats_user *dst,
1183 struct ip_vs_stats *stats); 1183 struct ip_vs_stats *stats);