dpif-linux: Replace 'minor' by 'dp_idx'.
[openvswitch] / datapath / flow.h
index f9aa44a4483690cbb07b43dd5f46bf17e4fe52f4..78d5a7019c00b5d02f33a9aa6f81b63308a5f19b 100644 (file)
@@ -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 *);