aboutsummaryrefslogtreecommitdiff
path: root/datapath/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/actions.h')
-rw-r--r--datapath/actions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/datapath/actions.h b/datapath/actions.h
index 3067bf72..5ad322f7 100644
--- a/datapath/actions.h
+++ b/datapath/actions.h
@@ -14,10 +14,10 @@
struct datapath;
struct sk_buff;
-struct odp_flow_key;
+struct sw_flow_key;
int execute_actions(struct datapath *dp, struct sk_buff *skb,
- const struct odp_flow_key *key,
+ const struct sw_flow_key *,
const struct nlattr *, u32 actions_len);
#endif /* actions.h */