X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fflow.h;h=603c4aceb1b65e30f989ca3740143da1923440dc;hb=e4af561537cfea7d35d2075596b4474847876794;hp=058404c87c0844dfcb97062909edd6935e8fbc7d;hpb=659586efcf6f9539282da9447007897907c41112;p=openvswitch diff --git a/lib/flow.h b/lib/flow.h index 058404c8..603c4ace 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -34,7 +34,7 @@ struct ofpbuf; typedef struct odp_flow_key flow_t; int flow_extract(struct ofpbuf *, uint32_t tun_id, uint16_t in_port, flow_t *); -void flow_extract_stats(const flow_t *flow, struct ofpbuf *packet, +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, bool tun_id_cookie, struct ofp_match *);