diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-27 05:11:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-27 05:11:26 -0700 |
commit | 4d40555250320520c5398569457962b3984fc75e (patch) | |
tree | a8f50817e2c43db94983a4eb5bb0e885123821e0 /include/net | |
parent | eff253c4272cd2aac95ccff46d3d2e1a495f22b1 (diff) | |
parent | 7fd106785104fa19709fa136abb64c7a9d5db285 (diff) |
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 7312c3dd309..a25ad243031 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -683,6 +683,8 @@ extern void ip_vs_sync_conn(struct ip_vs_conn *cp); /* * IPVS rate estimator prototypes (from ip_vs_est.c) */ +extern int ip_vs_estimator_init(void); +extern void ip_vs_estimator_cleanup(void); extern void ip_vs_new_estimator(struct ip_vs_stats *stats); extern void ip_vs_kill_estimator(struct ip_vs_stats *stats); extern void ip_vs_zero_estimator(struct ip_vs_stats *stats); |