aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-17 14:40:58 -0800
committerBen Pfaff <blp@nicira.com>2011-01-27 21:08:38 -0800
commitbc4a05c639ee3789d009bb6143345cf121b2d4d4 (patch)
treee4e34cbfab0805f167b14c7ffc5ba47743b41bfb /lib/dpif.h
parent996c1b3d7a4d6e82e1831ff8821e5fd7e1a5522c (diff)
datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.
This brings the code closer to what the Netlink interface will need to implement. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'lib/dpif.h')
-rw-r--r--lib/dpif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dpif.h b/lib/dpif.h
index 4efabd0a..3c376ec1 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -111,7 +111,6 @@ int dpif_flow_flush(struct dpif *);
int dpif_flow_put(struct dpif *, struct odp_flow_put *);
int dpif_flow_del(struct dpif *, struct odp_flow *);
int dpif_flow_get(const struct dpif *, struct odp_flow *);
-int dpif_flow_get_multiple(const struct dpif *, struct odp_flow[], size_t n);
struct dpif_flow_dump {
const struct dpif *dpif;