diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-22 09:12:08 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:37 -0400 |
| commit | 2ad78035cc824f747e64274020140dcd0b95e3fd (patch) | |
| tree | fec2b9db86a4148e97cfd72d296febe633b073c7 /pimd/pim_instance.h | |
| parent | 6196ed7154f066a132e27a5e02370073b9e67aef (diff) | |
pimd: Make pim MSDP pim instance aware to some extent
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_instance.h')
| -rw-r--r-- | pimd/pim_instance.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h index e931e7a9ff..b33ae537cd 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -21,6 +21,9 @@ #ifndef __PIM_INSTANCE_H__ #define __PIM_INSTANCE_H__ +#include "pim_str.h" +#include "pim_msdp.h" + #if defined(HAVE_LINUX_MROUTE_H) #include <linux/mroute.h> #else @@ -80,6 +83,8 @@ struct pim_instance { struct list *channel_oil_list; struct hash *channel_oil_hash; + + struct pim_msdp msdp; }; void pim_vrf_init(void); |
