diff options
Diffstat (limited to 'pimd/pim_join.h')
| -rw-r--r-- | pimd/pim_join.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pimd/pim_join.h b/pimd/pim_join.h index dcdca00359..adedde3cf8 100644 --- a/pimd/pim_join.h +++ b/pimd/pim_join.h @@ -32,10 +32,7 @@ int pim_joinprune_recv(struct interface *ifp, struct in_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size); -int pim_joinprune_send(struct interface *ifp, - struct in_addr upstream_addr, - struct in_addr source_addr, - struct in_addr group_addr, - int send_join); +int pim_joinprune_send(struct pim_rpf *nexthop, + struct list *groups); #endif /* PIM_JOIN_H */ |
