FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vrrp_msg_enum.h
Go to the documentation of this file.
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... */
20 } vl_msg_id_t;
21 #undef vl_msg_id
22 
23 #endif /* included_vrrp_msg_enum_h */
vl_msg_id_t
Definition: vrrp_msg_enum.h:16