X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmatch.h;h=28433b9ecc1b3648771ff60a51473bbda3d52b06;hb=bee6b8bc16b1c42fef8843cffe4d68b464cddadf;hp=2d05819421d1789cb7cffacf7f81696efb58da02;hpb=5cb7a798405c6ccc07bf9a932b709643c072b086;p=openvswitch diff --git a/lib/match.h b/lib/match.h index 2d058194..28433b9e 100644 --- a/lib/match.h +++ b/lib/match.h @@ -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 *);