fix declaration of symbol of different size
[vpp.git] / vnet / vnet / vxlan / vxlan.h
index b38e65d..2454e4c 100644 (file)
@@ -112,8 +112,8 @@ typedef struct {
 
 vxlan_main_t vxlan_main;
 
-vlib_node_registration_t vxlan_input_node;
-vlib_node_registration_t vxlan_encap_node;
+extern vlib_node_registration_t vxlan_input_node;
+extern vlib_node_registration_t vxlan_encap_node;
 
 u8 * format_vxlan_encap_trace (u8 * s, va_list * args);