X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Factions.c;h=5e16143ca402f7da0ee8fc18ee5eb16c3b7598e6;hb=3476fce34e05af370e90961a9df4d237d6ca2e51;hp=639b87078fbc37efbe31b86d57cb054c1d70587e;hpb=4faaba2b90979e1106b8c9b0430481f2cc62364d;p=openvswitch diff --git a/datapath/actions.c b/datapath/actions.c index 639b8707..5e16143c 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@ -360,7 +360,7 @@ error: kfree_skb(skb); } -static int output_control(struct datapath *dp, struct sk_buff *skb, u32 arg) +static int output_control(struct datapath *dp, struct sk_buff *skb, u64 arg) { skb = skb_clone(skb, GFP_ATOMIC); if (!skb)