diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-08-13 15:39:31 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-02 10:44:31 -0300 |
commit | 3926cf02edc66db77e015a1fc1ca59eaad7aaeb8 (patch) | |
tree | fd84dc50a2daaf01dba9886c3335aaf37e301c62 /pimd/pimd.c | |
parent | 638f9840dc9650777a6d1902bf44a37aa318bd87 (diff) | |
download | quagga-3926cf02edc66db77e015a1fc1ca59eaad7aaeb8.tar.bz2 quagga-3926cf02edc66db77e015a1fc1ca59eaad7aaeb8.tar.xz |
[pim] RPF cache refresh statistics
Diffstat (limited to 'pimd/pimd.c')
-rw-r--r-- | pimd/pimd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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() |