VPP-424 fix lldp_main declaration
Change-Id: I1f30977f0b315fa72d73a29a8585b1711d5044d8 Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
20e555155d
commit
5fef9e523d
@ -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) \
|
||||
|
Reference in New Issue
Block a user