X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fdpif.h;h=f13cc365b1eaac481194b8c6937a69a540b7f280;hb=3bdad189c91426ec7b06ae03ea573e45e06b435c;hp=e7aca8e41e259cfdd64f878f5b1bec18a824bbea;hpb=27be9423015cadb2cf808fc1bf3f1f558614c3f8;p=cascardo%2Fovs.git diff --git a/lib/dpif.h b/lib/dpif.h index e7aca8e41..f13cc365b 100644 --- a/lib/dpif.h +++ b/lib/dpif.h @@ -524,7 +524,10 @@ int dpif_flow_del(struct dpif *, struct dpif_flow_stats *); int dpif_flow_get(const struct dpif *, const struct nlattr *key, size_t key_len, - struct ofpbuf **actionsp, struct dpif_flow_stats *); + struct ofpbuf **bufp, + struct nlattr **maskp, size_t *mask_len, + struct nlattr **actionsp, size_t *acts_len, + struct dpif_flow_stats *stats); struct dpif_flow_dump { const struct dpif *dpif;