X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fflow.h;h=ca140afaaaddff4debb28fc2131a629ab46c247d;hb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;hp=bc6fb913df693afa0c503025fb3a128c94057e5b;hpb=7f3adc00f8d9cc0e035cd58817a28301e62eaec8;p=openvswitch diff --git a/lib/flow.h b/lib/flow.h index bc6fb913..ca140afa 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -37,7 +37,6 @@ int flow_extract(struct ofpbuf *, uint16_t in_port, flow_t *); void flow_extract_stats(const flow_t *flow, struct ofpbuf *packet, struct odp_flow_stats *stats); void flow_to_match(const flow_t *, uint32_t wildcards, struct ofp_match *); -void flow_to_ovs_match(const flow_t *, uint32_t wildcards, struct ofp_match *); void flow_from_match(flow_t *, uint32_t *wildcards, const struct ofp_match *); char *flow_to_string(const flow_t *); void flow_format(struct ds *, const flow_t *);