aboutsummaryrefslogtreecommitdiff
path: root/ofproto/connmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/connmgr.h')
-rw-r--r--ofproto/connmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h
index 02243526..d8a5e56b 100644
--- a/ofproto/connmgr.h
+++ b/ofproto/connmgr.h
@@ -110,7 +110,7 @@ void connmgr_send_port_status(struct connmgr *, const struct ofp_phy_port *,
void connmgr_send_flow_removed(struct connmgr *,
const struct ofputil_flow_removed *);
void connmgr_send_packet_in(struct connmgr *, const struct ofputil_packet_in *,
- const struct flow *, struct ofpbuf *rw_packet);
+ const struct flow *);
/* Fail-open settings. */
enum ofproto_fail_mode connmgr_get_fail_mode(const struct connmgr *);