diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-20 04:50:22 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | cb44d47667d3d6dfff9d4b76d19948d66606a45d (patch) | |
| tree | 3897868f14269a98d24c0da84a0061a8c2678939 /vrrpd/vrrp.h | |
| parent | d5dc62c40bfd2bc3a0cf5603930379d45d236f51 (diff) | |
vrrpd: change all user facing times to ms
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp.h')
| -rw-r--r-- | vrrpd/vrrp.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/vrrpd/vrrp.h b/vrrpd/vrrp.h index 9513009e70..08ef84ec16 100644 --- a/vrrpd/vrrp.h +++ b/vrrpd/vrrp.h @@ -51,6 +51,9 @@  #define VRRP_DEFAULT_ACCEPT true  #define VRRP_DEFAULT_SHUTDOWN false +/* User compatibility constant */ +#define CS2MS 10 +  /* Configured defaults */  struct vrrp_defaults {  	uint8_t priority;  | 
