VPP-424 fix lldp_main declaration

Change-Id: I1f30977f0b315fa72d73a29a8585b1711d5044d8
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2016-09-22 11:50:48 +02:00
committed by Damjan Marion
parent 20e555155d
commit 5fef9e523d

View File

@ -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) \