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.h | |
parent | 638f9840dc9650777a6d1902bf44a37aa318bd87 (diff) | |
download | quagga-3926cf02edc66db77e015a1fc1ca59eaad7aaeb8.tar.bz2 quagga-3926cf02edc66db77e015a1fc1ca59eaad7aaeb8.tar.xz |
[pim] RPF cache refresh statistics
Diffstat (limited to 'pimd/pimd.h')
-rw-r--r-- | pimd/pimd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 10f8518a..aaf5faae 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -80,6 +80,8 @@ struct zclient *qpim_zclient_lookup; struct pim_assert_metric qpim_infinite_assert_metric; long qpim_rpf_cache_refresh_delay_msec; struct thread *qpim_rpf_cache_refresher; +int64_t qpim_rpf_cache_refresh_requests; +int64_t qpim_rpf_cache_refresh_events; struct in_addr qpim_inaddr_any; #define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2) |