X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=9a080f283242f1c878084d9c677dbac0aa6b6eca;hb=e1b1d06afdee407ccfa3c4c257b8dcfbcdd004ff;hp=00dd37157f36aaf32e45460866e30ce4f081e258;hpb=81a76618be9ea195a1e4a881ba9591728891d10b;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 00dd3715..9a080f28 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -173,7 +173,7 @@ struct ofmonitor { /* Matching. */ uint16_t out_port; uint8_t table_id; - struct match match; + struct minimatch match; }; struct ofputil_flow_monitor_request;