projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c9ed7
)
lacp: Remove unneeded forward references from header file.
author
Ben Pfaff
<blp@nicira.com>
Mon, 21 Mar 2011 20:15:53 +0000
(13:15 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000
(15:52 -0700)
lib/lacp.h
patch
|
blob
|
history
diff --git
a/lib/lacp.h
b/lib/lacp.h
index 31ac9705eea1b87fa8a3c06ccd46ceda6e9f5a97..8d3bc7862375b5f44e93907b22d505301660020c 100644
(file)
--- a/
lib/lacp.h
+++ b/
lib/lacp.h
@@
-21,11
+21,6
@@
#include <stdint.h>
#include "packets.h"
-struct ds;
-struct lacp;
-struct lacp_pdu;
-struct ofpbuf;
-
/* Function called when a LACP PDU is ready to be sent out the given slave */
typedef void lacp_send_pdu(void *slave, const struct lacp_pdu *);