diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-31 08:44:01 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:12 -0500 |
| commit | 372eab92a2b286e03b57035dd66a3fce3f42e60a (patch) | |
| tree | 4860c9516df7035bd18f17fa2f35ee8fe06b3d30 /pimd/pim_join.h | |
| parent | 7f748d958601a2270b321603a257e87aee5f34df (diff) | |
pimd: Convert pim_joinprune_send to receive upstream
When sending a join/prune send in the upstream pointer.
this will allow us to implement some of the other state
machines necessary.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_join.h')
| -rw-r--r-- | pimd/pim_join.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_join.h b/pimd/pim_join.h index e6bddf31be..fadb613592 100644 --- a/pimd/pim_join.h +++ b/pimd/pim_join.h @@ -35,7 +35,7 @@ int pim_joinprune_recv(struct interface *ifp, int pim_joinprune_send(struct interface *ifp, struct in_addr upstream_addr, - struct prefix_sg *sg, + struct pim_upstream *up, int send_join); #endif /* PIM_JOIN_H */ |
