X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fflow.h;h=603c4aceb1b65e30f989ca3740143da1923440dc;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=058404c87c0844dfcb97062909edd6935e8fbc7d;hpb=90a249dc93ccabd398b64092121b07e5af2d8c2d;p=sliver-openvswitch.git diff --git a/lib/flow.h b/lib/flow.h index 058404c87..603c4aceb 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 *);