diff options
Diffstat (limited to 'vnet')
-rw-r--r-- | vnet/vnet/lldp/lldp_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/lldp/lldp_node.h b/vnet/vnet/lldp/lldp_node.h index 39140f25cac..477ca7dc691 100644 --- a/vnet/vnet/lldp/lldp_node.h +++ b/vnet/vnet/lldp/lldp_node.h @@ -96,7 +96,7 @@ typedef struct #define LLDP_MIN_TX_INTERVAL (1) #define LLDP_MAX_TX_INTERVAL (3600) -lldp_main_t lldp_main; +extern lldp_main_t lldp_main; /* Packet counters */ #define foreach_lldp_error(F) \ |