X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-provider.h;h=d79538232a4e607f82828ef29368794c592e3ef6;hb=693c4a01124ec5ad9253f8cfcfd99075a9d637f6;hp=0ab3c1f2584f5c01e1be421c41f4d44fa79ade31;hpb=c33087b8507ff486acd13fea85506cfe96901b01;p=sliver-openvswitch.git diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h index 0ab3c1f25..d79538232 100644 --- a/lib/dpif-provider.h +++ b/lib/dpif-provider.h @@ -221,7 +221,7 @@ struct dpif_class { * * If 'stats' is nonnull, then on success it must be updated with the * flow's statistics. */ - int (*flow_get)(const struct dpif *dpif, int flags, + int (*flow_get)(const struct dpif *dpif, const struct nlattr *key, size_t key_len, struct ofpbuf **actionsp, struct dpif_flow_stats *stats);