X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=2869ba7880cd6a477d36ef9e4426d17fee232140;hb=9e1fd49b0cf494315c82f27c651486ef82e83446;hp=14698aba9ce504bac7613ea046238cbfa302060a;hpb=08f94c0e1a47518e73f954af8f61eb0df31ac8bd;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 14698aba9..2869ba788 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -29,6 +29,7 @@ struct ofconn; struct ofopgroup; struct ofputil_flow_removed; struct ofputil_packet_in; +struct ofputil_phy_port; struct sset; /* ofproto supports two kinds of OpenFlow connections: @@ -123,8 +124,8 @@ void ofconn_remove_opgroup(struct ofconn *, struct list *, const struct ofp_header *request, int error); /* Sending asynchronous messages. */ -void connmgr_send_port_status(struct connmgr *, const struct ofp_phy_port *, - uint8_t reason); +void connmgr_send_port_status(struct connmgr *, + const struct ofputil_phy_port *, uint8_t reason); void connmgr_send_flow_removed(struct connmgr *, const struct ofputil_flow_removed *); void connmgr_send_packet_in(struct connmgr *, const struct ofputil_packet_in *,