summaryrefslogtreecommitdiff
path: root/pimd/pim_mroute.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-10 21:44:25 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-24 13:51:34 -0400
commit405d63578ac68ad766cb90a63773d7255a15ec06 (patch)
treee993c74da8cb09799e016d5e3c91429b61686cef /pimd/pim_mroute.h
parent8ea5d944773f52be6499a7bfddf20a41833bc365 (diff)
pimd: Convert upcalls from kernel to use appropriate pim instance
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_mroute.h')
-rw-r--r--pimd/pim_mroute.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h
index 2c0d1979d9..9e12b18702 100644
--- a/pimd/pim_mroute.h
+++ b/pimd/pim_mroute.h
@@ -173,7 +173,5 @@ int pim_mroute_del_vif(int vif_index);
int pim_mroute_add(struct channel_oil *c_oil, const char *name);
int pim_mroute_del(struct channel_oil *c_oil, const char *name);
-int pim_mroute_msg(int fd, const char *buf, int buf_size);
-
void pim_mroute_update_counters(struct channel_oil *c_oil);
#endif /* PIM_MROUTE_H */