summaryrefslogtreecommitdiff
path: root/pimd/pim_mroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_mroute.h')
-rw-r--r--pimd/pim_mroute.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h
index c1ce012e2d..176fb81cbc 100644
--- a/pimd/pim_mroute.h
+++ b/pimd/pim_mroute.h
@@ -169,9 +169,10 @@ int pim_mroute_socket_disable(void);
int pim_mroute_add_vif(struct interface *ifp, struct in_addr ifaddr, unsigned char flags);
int pim_mroute_del_vif(int vif_index);
-int pim_mroute_add(struct mfcctl *mc);
-int pim_mroute_del(struct mfcctl *mc);
+int pim_mroute_add(struct channel_oil *c_oil);
+int pim_mroute_del(struct channel_oil *c_oil);
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 */