summaryrefslogtreecommitdiff
path: root/pimd/pim_pim.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_pim.h')
-rw-r--r--pimd/pim_pim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_pim.h b/pimd/pim_pim.h
index 1931e8cee8..822d8a18fa 100644
--- a/pimd/pim_pim.h
+++ b/pimd/pim_pim.h
@@ -54,7 +54,8 @@ void pim_sock_delete(struct interface *ifp, const char *delete_message);
void pim_hello_restart_now(struct interface *ifp);
void pim_hello_restart_triggered(struct interface *ifp);
-int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len);
+int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len,
+ pim_sgaddr sg);
int pim_msg_send(int fd, pim_addr src, pim_addr dst, uint8_t *pim_msg,
int pim_msg_size, const char *ifname);