X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.h;h=e4fc397494545ed125b764b9dad0c9fdb67b4f07;hb=d9fce1ca2313d608ff7c92b69b3ec54661ab16b0;hp=09e35bd7a8837feb55f5bd2690a838ddec58f35d;hpb=fceb2a5bb2063023777fc75c68a2670b5169fa13;p=openvswitch diff --git a/datapath/actions.h b/datapath/actions.h index 09e35bd7..e4fc3974 100644 --- a/datapath/actions.h +++ b/datapath/actions.h @@ -18,7 +18,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);