X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2Fsimple.c;h=8a6ae4f491e872dd3b1f381ab29ef98b4656011c;hb=c85b2a5fe200d744a814d23c258460d4fc98a546;hp=3ab4c675ab5dad934834cd50ffbabc5192d0ec0b;hpb=07342d623b8e1ac9501a36a0da55cbce1117aeaf;p=linux-2.6 diff --git a/net/sched/simple.c b/net/sched/simple.c index 3ab4c675ab..8a6ae4f491 100644 --- a/net/sched/simple.c +++ b/net/sched/simple.c @@ -44,7 +44,7 @@ static DEFINE_RWLOCK(simp_lock); #include #include -static int tcf_simp(struct sk_buff **pskb, struct tc_action *a) +static int tcf_simp(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res) { struct sk_buff *skb = *pskb; struct tcf_defact *p = PRIV(a, defact);