diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-20 10:39:59 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-04 12:23:38 -0500 |
| commit | 046b1aa7d45cc7dc05c09d599772cd1276fa379e (patch) | |
| tree | 6a8b9dd1765b083e8f7e90cde695702994ac1322 /pimd/pim_instance.h | |
| parent | 36417fcc20b4a21b26a4e63902caca2eecbad4ed (diff) | |
pimd: Move debugs into pim_router structure
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 3b4acb2073..5ff83e65ea 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -44,6 +44,8 @@ enum pim_spt_switchover { struct pim_router { struct thread_master *master; + + uint32_t debugs; }; /* Per VRF PIM DB */ |
