diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-27 21:13:23 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-05-26 02:38:35 +0200 |
commit | c8ae3ce8b6b2c5ec8ce0009118855a60593f29a3 (patch) | |
tree | fdf3ed494aae829f56d7ebf1ad44b5ff8655069d /pimd/pimd.h | |
parent | pimd: Move I_am_DR macro to more appropriate place (diff) | |
download | frr-c8ae3ce8b6b2c5ec8ce0009118855a60593f29a3.tar.xz frr-c8ae3ce8b6b2c5ec8ce0009118855a60593f29a3.zip |
pimd: Modify the RP data structure.
Modify the RP data structure to know how to get to it from here.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pimd.h')
-rw-r--r-- | pimd/pimd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 239c61843..3b7210729 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -101,7 +101,7 @@ int64_t qpim_mroute_add_last; int64_t qpim_mroute_del_events; int64_t qpim_mroute_del_last; struct list *qpim_static_route_list; /* list of routes added statically */ -extern struct in_addr qpim_rp; +struct pim_rpf qpim_rp; #define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2) |