Change logging format for flows to that accepted by ofproto/trace.
[sliver-openvswitch.git] / lib / match.h
index 2d05819..28433b9 100644 (file)
@@ -36,6 +36,7 @@ struct match {
 
 void match_init(struct match *,
                 const struct flow *, const struct flow_wildcards *);
+void match_wc_init(struct match *match, const struct flow *flow);
 void match_init_catchall(struct match *);
 void match_init_exact(struct match *, const struct flow *);