Introduce sparse flows and masks, to reduce memory usage and improve speed.
[sliver-openvswitch.git] / ofproto / connmgr.h
index 00dd371..9a080f2 100644 (file)
@@ -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;