X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fp2p_ethernet.h;h=78ca81a9da2c1eb73986f089a663f5a39b9ce2e9;hb=HEAD;hp=bb1e2896bc2b51400b2b098343c6d8e41b3cd620;hpb=15ac81c16fba83033090299413a3a2dbb848a0f9;p=vpp.git 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;