commit | 613938d48abb863660691641a5761f10402cf3f3 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Thu Aug 13 15:39:31 2009 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:50 2015 +0100 |
tree | 0efe84a9b6949b52abfa692660629a72f8bb9d76 | |
parent | d12beab1b9ce09c50672adb3c980e64ccd11edb4 [diff] [blame] |
[pim] RPF cache refresh statistics
diff --git a/pimd/pimd.h b/pimd/pimd.h index 10f8518..aaf5faa 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h
@@ -80,6 +80,8 @@ 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)