diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-21 08:50:34 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-04 12:23:39 -0500 |
| commit | da03883e1edcd191091482008bffa85f0941c2bf (patch) | |
| tree | 429c7643db0f94c48e4c5d27d55c8002ef8386a5 /pimd/pim_instance.h | |
| parent | d17612dd6ac42042859b991b8f23f0c99705d8f5 (diff) | |
pimd: Convert rpf_cache_refresh_delay_msec into pim_router struct
Move the rpf_cache_refresh_delay_msec into the pim_router since
it should own the data.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_instance.h')
| -rw-r--r-- | pimd/pim_instance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h index 9f36b9c304..f7b8e32af1 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -51,6 +51,7 @@ struct pim_router { int t_periodic; struct pim_assert_metric infinite_assert_metric; + long rpf_cache_refresh_delay_msec; }; /* Per VRF PIM DB */ |
