diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-07-22 08:57:20 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:03 -0500 |
| commit | 05e451f828dce67a38ffb234258cfb10660619d7 (patch) | |
| tree | f9fd19cc3791b4c7b10fb17af1e0a677f3145f7f /pimd/pim_join.h | |
| parent | 99064df9e385acc466ea8b4ee9f53709d0df9b55 (diff) | |
pimd: Refactor s,g information to struct prefix in pim_upstream.h
This change allows us to pass the (s,g) state around as a prefix.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_join.h')
| -rw-r--r-- | pimd/pim_join.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_join.h b/pimd/pim_join.h index 37ec0f4525..994b0e47e3 100644 --- a/pimd/pim_join.h +++ b/pimd/pim_join.h @@ -36,8 +36,7 @@ int pim_joinprune_recv(struct interface *ifp, int pim_joinprune_send(struct interface *ifp, struct in_addr upstream_addr, - struct in_addr source_addr, - struct in_addr group_addr, + struct prefix *sg, int send_join); #endif /* PIM_JOIN_H */ |
