diff options
| author | David Lamparter <equinox@diac24.net> | 2019-06-21 08:33:17 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-06-21 08:54:25 +0200 | 
| commit | 7c136b081ed1ac70e1e04c26f36b977f01c55934 (patch) | |
| tree | 87abaabe432f2d89eba0e27823b623010c211a63 /vrrpd/vrrp.h | |
| parent | eaf58ba906129ecaf61ff21ad9263e12bd8931cb (diff) | |
vrrpd: use MTYPE_STATIC
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 fd4901fe22..5d355d04b5 100644 --- a/vrrpd/vrrp.h +++ b/vrrpd/vrrp.h @@ -23,6 +23,7 @@  #include <zebra.h>  #include <netinet/ip.h> +#include "lib/memory.h"  #include "lib/hash.h"  #include "lib/hook.h"  #include "lib/if.h" @@ -54,6 +55,8 @@  /* User compatibility constant */  #define CS2MS 10 +DECLARE_MGROUP(VRRPD) +  /* Configured defaults */  struct vrrp_defaults {  	uint8_t priority;  | 
