summaryrefslogtreecommitdiffstats
path: root/pimd/pim_oil.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-08-11 02:04:20 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-22 02:26:06 +0100
commite3be04328f601963c825c722355f62c4b4e7cb31 (patch)
tree5ea05fcdf1d6c77bb4124650d9431fb47aa54af1 /pimd/pim_oil.h
parentpimd: Fix igmp(*,G) not influencing S,G mroutes (diff)
downloadfrr-e3be04328f601963c825c722355f62c4b4e7cb31.tar.xz
frr-e3be04328f601963c825c722355f62c4b4e7cb31.zip
lib, pimd, zebra: Allow pimd to ask the kernel about mroute info
When we need to lookup the mroute info for a route. Allow pimd to ask the kernel. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_oil.h')
-rw-r--r--pimd/pim_oil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_oil.h b/pimd/pim_oil.h
index 6b55bdc4d..1bbd232e4 100644
--- a/pimd/pim_oil.h
+++ b/pimd/pim_oil.h
@@ -52,6 +52,8 @@
struct channel_counts
{
+ unsigned long long lastused;
+ unsigned long long oldlastused;
unsigned long pktcnt;
unsigned long oldpktcnt;
unsigned long bytecnt;