X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=6d6842d5365a7f50e0c310578a3487711dc5d66d;hb=85813857630f6a09786f3ab2b2129a8513491e64;hp=00dd37157f36aaf32e45460866e30ce4f081e258;hpb=81a76618be9ea195a1e4a881ba9591728891d10b;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 00dd3715..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); @@ -173,7 +174,7 @@ struct ofmonitor { /* Matching. */ uint16_t out_port; uint8_t table_id; - struct match match; + struct minimatch match; }; struct ofputil_flow_monitor_request;