From: Klement Sekera Date: Thu, 22 Sep 2016 09:50:48 +0000 (+0200) Subject: VPP-424 fix lldp_main declaration X-Git-Tag: v17.01-rc0~176 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5fef9e523df67a96f3b9aedcec373e65f590b001;p=vpp.git VPP-424 fix lldp_main declaration Change-Id: I1f30977f0b315fa72d73a29a8585b1711d5044d8 Signed-off-by: Klement Sekera --- 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) \