FD.io VPP
v20.09-64-g4f7b92f0a
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... */
19
VL_MSG_FIRST_AVAILABLE
,
20
}
vl_msg_id_t
;
21
#undef vl_msg_id
22
23
#endif
/* included_vrrp_msg_enum_h */
byte_order.h
vrrp_all_api_h.h
VL_MSG_FIRST_AVAILABLE
Definition:
vrrp_msg_enum.h:19
vl_msg_id_t
vl_msg_id_t
Definition:
vrrp_msg_enum.h:16
src
plugins
vrrp
vrrp_msg_enum.h
Generated on Thu Jun 3 2021 16:05:06 for FD.io VPP by
1.8.13