fix declaration of symbol of different size
[vpp.git] / vnet / vnet / nsh-vxlan-gpe / nsh_vxlan_gpe.h
index 953035a..99dc600 100644 (file)
@@ -125,8 +125,8 @@ typedef struct {
 
 nsh_vxlan_gpe_main_t nsh_vxlan_gpe_main;
 
-vlib_node_registration_t nsh_vxlan_gpe_input_node;
-vlib_node_registration_t nsh_vxlan_gpe_encap_node;
+extern vlib_node_registration_t nsh_vxlan_gpe_input_node;
+extern vlib_node_registration_t nsh_vxlan_gpe_encap_node;
 
 u8 * format_nsh_vxlan_gpe_encap_trace (u8 * s, va_list * args);