[ovs-dev] [bondlib 09/19] lacp: Remove unneeded forward references from header file.

Ben Pfaff blp at nicira.com
Fri Mar 25 17:35:42 UTC 2011


---
 lib/lacp.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/lacp.h b/lib/lacp.h
index 31ac970..8d3bc78 100644
--- 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 *);
 
-- 
1.7.1




More information about the dev mailing list