summaryrefslogtreecommitdiff
path: root/pimd/pim_upstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_upstream.h')
-rw-r--r--pimd/pim_upstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h
index ea3b564f8a..b4469ad329 100644
--- a/pimd/pim_upstream.h
+++ b/pimd/pim_upstream.h
@@ -229,8 +229,8 @@ struct pim_upstream {
struct pim_instance *pim;
struct rb_pim_upstream_item upstream_rb;
struct pim_upstream *parent;
- struct in_addr upstream_addr; /* Who we are talking to */
- struct in_addr upstream_register; /*Who we received a register from*/
+ pim_addr upstream_addr; /* Who we are talking to */
+ pim_addr upstream_register; /*Who we received a register from*/
struct prefix_sg sg; /* (S,G) group key */
char sg_str[PIM_SG_LEN];
uint32_t flags;