X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=7f69d4f5ad3706bfffec42b70748967f37e97607;hb=HEAD;hp=c4cfd83371cb0a3e3a3aa2e0b03e9aaca05647f0;hpb=79f108b14e7944ddc4669e9c03fc34b40a3a2288;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index c4cfd8337..7f69d4f5a 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -161,7 +161,10 @@ void ofconn_add_opgroup(struct ofconn *, struct list *); void ofconn_remove_opgroup(struct ofconn *, struct list *, const struct ofp_header *request, int error); +struct hmap *ofconn_get_bundles(struct ofconn *ofconn); + /* Sending asynchronous messages. */ +bool connmgr_wants_packet_in_on_miss(struct connmgr *mgr); void connmgr_send_port_status(struct connmgr *, struct ofconn *source, const struct ofputil_phy_port *, uint8_t reason); void connmgr_send_flow_removed(struct connmgr *,