summaryrefslogtreecommitdiff
path: root/lib/ovs-lldp.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-02-22 21:04:47 -0800
committerBen Pfaff <blp@nicira.com>2015-03-03 16:22:34 -0800
commit88f07b589235bec803d9b2b7e2c1a4937bff174c (patch)
tree607702a9355e3cc1b2f0edf567bde16776a29cc7 /lib/ovs-lldp.h
parent2cbb2d9011e7301c6f35fee1ed3f998e350119b4 (diff)
downloadopenvswitch-88f07b589235bec803d9b2b7e2c1a4937bff174c.tar.gz
lldp: Remove unused definitions from headers.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/ovs-lldp.h')
-rw-r--r--lib/ovs-lldp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ovs-lldp.h b/lib/ovs-lldp.h
index 51d668fba..0c8c501f0 100644
--- a/lib/ovs-lldp.h
+++ b/lib/ovs-lldp.h
@@ -24,24 +24,16 @@
#include "hmap.h"
#include "list.h"
#include "lldp/lldpd.h"
-#include "ovsdb-data.h"
-#include "ovs-thread.h"
#include "packets.h"
#include "timer.h"
/* Transmit every LLDPD_TX_INTERVAL seconds. */
#define LLDP_DEFAULT_TRANSMIT_INTERVAL_MS LLDPD_TX_INTERVAL * 1000
-struct flow_wildcards;
struct flow;
struct netdev;
struct smap;
-struct lldp_status {
- /* TODO should reflect lldp stack detail */
- char *stackdetail; /* Added because MSVC doesn't like empty structs */
-};
-
/* Structure per LLDP instance (at the moment per port when enabled).
*/
struct lldp {