summaryrefslogtreecommitdiffstats
path: root/pimd/pimd.h
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-08-17 18:18:59 -0300
committerEverton Marques <everton.marques@gmail.com>2009-10-02 10:44:32 -0300
commit3056a82ce680fae73a7a8a3e617641a7be07329c (patch)
tree0a021de778dc2d651137f1aa47d9425b8ff964ed /pimd/pimd.h
parentd731f60597048350bb72f79390e26ca6635258da (diff)
downloadquagga-3056a82ce680fae73a7a8a3e617641a7be07329c.tar.bz2
quagga-3056a82ce680fae73a7a8a3e617641a7be07329c.tar.xz
[pim] More RPF cache refresh statistics
Diffstat (limited to 'pimd/pimd.h')
-rw-r--r--pimd/pimd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h
index aaf5faae..6ee91e7f 100644
--- a/pimd/pimd.h
+++ b/pimd/pimd.h
@@ -82,6 +82,7 @@ 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;
+int64_t qpim_rpf_cache_refresh_last;
struct in_addr qpim_inaddr_any;
#define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2)