summaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2014-01-09 16:14:01 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-13 11:50:14 -0800
commit832d1d5bfaefafa5aa40282f6765c6d996fe384e (patch)
tree2dd7b013f0a2b621a4346dad8d22c8374cd10eb2 /include/net/sch_generic.h
parenta56e19538d02ade9ee6ae82da4a216d7a632e8d5 (diff)
downloadlinux-0-day-832d1d5bfaefafa5aa40282f6765c6d996fe384e.tar.gz
linux-0-day-832d1d5bfaefafa5aa40282f6765c6d996fe384e.tar.xz
net_sched: add struct net pointer to tcf_proto_ops->dump
It will be needed by the next patch. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r--include/net/sch_generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index 013d96dc69183..d062f81c692f1 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -204,7 +204,7 @@ struct tcf_proto_ops {
void (*walk)(struct tcf_proto*, struct tcf_walker *arg);
/* rtnetlink specific */
- int (*dump)(struct tcf_proto*, unsigned long,
+ int (*dump)(struct net*, struct tcf_proto*, unsigned long,
struct sk_buff *skb, struct tcmsg*);
struct module *owner;