summaryrefslogtreecommitdiffstats
path: root/vnet
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2016-09-22 11:50:48 +0200
committerDamjan Marion <dmarion.lists@gmail.com>2016-09-23 07:55:02 +0000
commit5fef9e523df67a96f3b9aedcec373e65f590b001 (patch)
treef97c995e0be3ddc165d5284b617297915d218116 /vnet
parent20e555155d9a707be05f7b4e3ee78f3f14820fc8 (diff)
VPP-424 fix lldp_main declaration
Change-Id: I1f30977f0b315fa72d73a29a8585b1711d5044d8 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'vnet')
-rw-r--r--vnet/vnet/lldp/lldp_node.h2
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) \