summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd.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/lldp/lldpd.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/lldp/lldpd.h')
-rw-r--r--lib/lldp/lldpd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/lldp/lldpd.h b/lib/lldp/lldpd.h
index a0b0fe342..ae167fbcc 100644
--- a/lib/lldp/lldpd.h
+++ b/lib/lldp/lldpd.h
@@ -27,7 +27,6 @@
#include <stddef.h>
#include <string.h>
#include <sys/types.h>
-#include <sys/un.h>
#include "dp-packet.h"
#include "list.h"
#include "lldpd-structs.h"
@@ -35,27 +34,11 @@
#include "packets.h"
#include "openvswitch/vlog.h"
-#define SYSCONFDIR ""
-#define LLDPD_CTL_SOCKET ""
-#define LLDPCLI_PATH ""
-#define PRIVSEP_USER ""
-#define PRIVSEP_GROUP ""
-#define PRIVSEP_CHROOT ""
-
#define ETHERTYPE_LLDP 0x88cc
-struct event;
-struct event_base;
-
#define LLDPD_TX_INTERVAL 5
#define LLDPD_TX_HOLD 4
#define LLDPD_TTL LLDPD_TX_INTERVAL * LLDPD_TX_HOLD
-#define LLDPD_TX_MSGDELAY 1
-#define LLDPD_MAX_NEIGHBORS 4
-#define LLDPD_FAST_TX_INTERVAL 1
-#define LLDPD_FAST_INIT 4
-
-#define USING_AGENTX_SUBAGENT_MODULE 1
#define PROTO_SEND_SIG struct lldpd *, struct lldpd_hardware *,struct dp_packet *
#define PROTO_DECODE_SIG struct lldpd *, char *, int, struct lldpd_hardware *,\