vrrp: add plugin providing vrrp support
[vpp.git] / src / plugins / vrrp / vrrp_msg_enum.h
1
2 /*
3  * vrrp_msg_enum.h - vrrp plug-in message enumeration
4  *
5  * Copyright 2019-2020 Rubicon Communications, LLC (Netgate)
6  *
7  * SPDX-License-Identifier: Apache-2.0
8  *
9  */
10 #ifndef included_vrrp_msg_enum_h
11 #define included_vrrp_msg_enum_h
12
13 #include <vppinfra/byte_order.h>
14
15 #define vl_msg_id(n,h) n,
16 typedef enum {
17 #include <vrrp/vrrp_all_api_h.h>
18     /* We'll want to know how many messages IDs we need... */
19     VL_MSG_FIRST_AVAILABLE,
20 } vl_msg_id_t;
21 #undef vl_msg_id
22
23 #endif /* included_vrrp_msg_enum_h */