aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/p2p_ethernet.h
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2021-06-21 13:45:44 +0000
committerFilip Tehlar <ftehlar@cisco.com>2021-06-22 10:04:33 +0000
commit41ff1eb5ddc493abdf9721640633a137ab638262 (patch)
tree59a55b534f8cdd8c4dbcfdbc6efd349535cda1ce /src/vnet/ethernet/p2p_ethernet.h
parent102e8a5d60728cfaa8e60733ee21c3759edabfbe (diff)
ethernet: api cleanup
Use autogenerated code. Does not change API definitions. Type: improvement Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Iacaefbf04834f000a14f151c4b848f280ac46d63
Diffstat (limited to 'src/vnet/ethernet/p2p_ethernet.h')
-rw-r--r--src/vnet/ethernet/p2p_ethernet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/ethernet/p2p_ethernet.h b/src/vnet/ethernet/p2p_ethernet.h
index bb1e2896bc2..78ca81a9da2 100644
--- a/src/vnet/ethernet/p2p_ethernet.h
+++ b/src/vnet/ethernet/p2p_ethernet.h
@@ -33,6 +33,8 @@ typedef struct {
/* convenience */
vlib_main_t * vlib_main;
vnet_main_t * vnet_main;
+
+ u16 msg_id_base;
} p2p_ethernet_main_t;
extern p2p_ethernet_main_t p2p_main;