X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.h;h=da4f4bf77e1a792157e8ad8159f6001850c81120;hb=e4af561537cfea7d35d2075596b4474847876794;hp=09e35bd7a8837feb55f5bd2690a838ddec58f35d;hpb=fceb2a5bb2063023777fc75c68a2670b5169fa13;p=openvswitch diff --git a/datapath/actions.h b/datapath/actions.h index 09e35bd7..da4f4bf7 100644 --- a/datapath/actions.h +++ b/datapath/actions.h @@ -11,6 +11,7 @@ #include #include +#include struct datapath; struct sk_buff; @@ -18,7 +19,7 @@ struct odp_flow_key; union odp_action; int execute_actions(struct datapath *dp, struct sk_buff *skb, - struct odp_flow_key *key, + const struct odp_flow_key *key, const union odp_action *, int n_actions, gfp_t gfp);