X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=9a080f283242f1c878084d9c677dbac0aa6b6eca;hb=4cceacb94cfc1d75a961d3d746d2ae369c397ae5;hp=24a33fb0e1c6908962e663a4894f496574d54e06;hpb=2b07c8b182b76e4e3a162796d3ae273ef51d4131;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 24a33fb0..9a080f28 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -20,6 +20,7 @@ #include "classifier.h" #include "hmap.h" #include "list.h" +#include "match.h" #include "ofp-errors.h" #include "ofproto.h" #include "openflow/nicira-ext.h" @@ -172,7 +173,7 @@ struct ofmonitor { /* Matching. */ uint16_t out_port; uint8_t table_id; - struct cls_rule match; + struct minimatch match; }; struct ofputil_flow_monitor_request;