From 3926cf02edc66db77e015a1fc1ca59eaad7aaeb8 Mon Sep 17 00:00:00 2001 From: Everton Marques Date: Thu, 13 Aug 2009 15:39:31 -0300 Subject: [pim] RPF cache refresh statistics --- pimd/pimd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pimd/pimd.c') diff --git a/pimd/pimd.c b/pimd/pimd.c index f255a28f..e8afe779 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -54,6 +54,8 @@ struct zclient *qpim_zclient_lookup = 0; struct pim_assert_metric qpim_infinite_assert_metric; long qpim_rpf_cache_refresh_delay_msec = 10000; struct thread *qpim_rpf_cache_refresher = 0; +int64_t qpim_rpf_cache_refresh_requests = 0; +int64_t qpim_rpf_cache_refresh_events = 0; struct in_addr qpim_inaddr_any; static void pim_free() -- cgit v1.2.3