X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=7f69d4f5ad3706bfffec42b70748967f37e97607;hb=HEAD;hp=20c81605ef9eac11445780fac463e7abfe95946d;hpb=7efa3dccd1968535ae32caf59746aa11ce7532f2;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 20c81605e..7f69d4f5a 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -161,6 +161,8 @@ 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,