summaryrefslogtreecommitdiff
path: root/pimd/pim_msg.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-10-31 09:03:57 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-21 20:26:12 -0500
commitf99df3e77acf482a1c53d11d7782a7aeaa74fedf (patch)
tree34a46796f57dadcd9be5cbc2335095679d90d364 /pimd/pim_msg.h
parent8b9c900bd1cc8e76d43b43bdc0c27dfbb5cb4b32 (diff)
pimd: Pass in upstream to pim_msg_join_prune_encode.
Pass in the upstream data structure to pim_msg_join_prune_encode so it can decide to send (S,G,rpt) information if it wants to or not. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_msg.h')
-rw-r--r--pimd/pim_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_msg.h b/pimd/pim_msg.h
index 1bd8207cc1..78ff569b7c 100644
--- a/pimd/pim_msg.h
+++ b/pimd/pim_msg.h
@@ -55,6 +55,6 @@ uint8_t *pim_msg_addr_encode_ipv4_source(uint8_t *buf,
int pim_msg_join_prune_encode (uint8_t *buf, int buf_size, int is_join,
- struct in_addr source, struct in_addr group,
+ struct pim_upstream *up,
struct in_addr upstream, int holdtime);
#endif /* PIM_MSG_H */