aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-28 14:00:51 -0800
committerBen Pfaff <blp@nicira.com>2011-01-28 15:34:30 -0800
commit37a1300c3ca05a97160d44dc34298c447b50ed9d (patch)
tree7e9f83651159b97340299a2f2cea715295882fc2 /datapath/flow.h
parentf0fef76062d67bff94a3243a469f182dd6f503a1 (diff)
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.
This completes the transition to the Generic Netlink interface, and so this commit restores support for Linux 2.6.18 and later. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath/flow.h')
-rw-r--r--datapath/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath/flow.h b/datapath/flow.h
index f9aa44a4..78d5a701 100644
--- a/datapath/flow.h
+++ b/datapath/flow.h
@@ -83,7 +83,7 @@ struct sw_flow *flow_alloc(void);
void flow_deferred_free(struct sw_flow *);
void flow_free_tbl(struct tbl_node *);
-struct sw_flow_actions *flow_actions_alloc(u32 actions_len);
+struct sw_flow_actions *flow_actions_alloc(const struct nlattr *);
void flow_deferred_free_acts(struct sw_flow_actions *);
void flow_hold(struct sw_flow *);