datapath: Convert datapath operations to use Netlink framing.
[openvswitch] / lib / dpif-provider.h
index 0ab3c1f2584f5c01e1be421c41f4d44fa79ade31..d79538232a4e607f82828ef29368794c592e3ef6 100644 (file)
@@ -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);