summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-06-27 15:06:46 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-06-27 15:09:41 -0400
commit8a67a996bc0e8d3ff0792e1c0b53313170545700 (patch)
treec6ba5a0d0c306288fb598a63ccee251a30aaed34 /pimd/pim_zebra.h
parentd3aded9982a2928f98d7b983593bae304efcf268 (diff)
pimd: Refactor pim_scan_oil
Allow the workings of pim_scan_oil to be called on a per channel basis. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.h')
-rw-r--r--pimd/pim_zebra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h
index d624c86661..8e8f09551a 100644
--- a/pimd/pim_zebra.h
+++ b/pimd/pim_zebra.h
@@ -28,6 +28,7 @@
void pim_zebra_init(char *zebra_sock_path);
+void pim_scan_individual_oil (struct channel_oil *c_oil);
void pim_scan_oil(void);
void igmp_anysource_forward_start(struct igmp_group *group);