X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=6d6842d5365a7f50e0c310578a3487711dc5d66d;hb=1d9ffc175a68bf05c57797fa3715476f9e426b55;hp=9a080f283242f1c878084d9c677dbac0aa6b6eca;hpb=e182670b0262e58a982a659dc5248aa5874264e2;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 9a080f28..6d6842d5 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -85,7 +85,8 @@ bool connmgr_has_controllers(const struct connmgr *); void connmgr_get_controller_info(struct connmgr *, struct shash *); void connmgr_free_controller_info(struct shash *); void connmgr_set_controllers(struct connmgr *, - const struct ofproto_controller[], size_t n); + const struct ofproto_controller[], size_t n, + uint32_t allowed_versions); void connmgr_reconnect(const struct connmgr *); int connmgr_set_snoops(struct connmgr *, const struct sset *snoops);