commit | bcc4abe09d3faa9b392be2d46e3f6a29b75e46d9 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Mon Aug 17 18:18:59 2009 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:50 2015 +0100 |
tree | b17cb8398321cf9affcc79ddd970a359e993015e | |
parent | 942b0fdcc18c3841c6781f6a3f36aa47a604ba1f [diff] [blame] |
[pim] More RPF cache refresh statistics
diff --git a/pimd/pimd.h b/pimd/pimd.h index aaf5faa..6ee91e7 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h
@@ -82,6 +82,7 @@ struct thread *qpim_rpf_cache_refresher; int64_t qpim_rpf_cache_refresh_requests; int64_t qpim_rpf_cache_refresh_events; +int64_t qpim_rpf_cache_refresh_last; struct in_addr qpim_inaddr_any; #define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2)