diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-20 13:43:58 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:36 -0400 |
| commit | d9c9a9ee063076ebc5df578049bf95cc19a35d2d (patch) | |
| tree | 44419e3a6dd73941403b5caa08d16b08952933ac /pimd/pim_instance.h | |
| parent | 9b29ea95fc5b03de64cf9de55a89894deaed17e7 (diff) | |
pimd: Convert pim_rp.c to use 'struct pim_instance *'
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_instance.h')
| -rw-r--r-- | pimd/pim_instance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h index 79a0de79bc..5df76952ac 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -61,6 +61,8 @@ struct pim_instance { struct list *upstream_list; struct hash *upstream_hash; struct timer_wheel *upstream_sg_wheel; + + struct list *rp_list; }; void pim_vrf_init(void); |
