X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Fnet%2Fsch_generic.h;h=624f9857c83e3d7f2987ef95ecc410ad6f8c744f;hb=1bf8cc3d017575a38d4361f56ccc0a670a16bcd9;hp=d062f81c692f1ee3e61ba1a06bd27e3a9edb761a;hpb=0b747172dce6e0905ab173afbaffebb7a11d89bd;p=linux-2.6-block.git diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index d062f81c692f..624f9857c83e 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -199,7 +199,7 @@ struct tcf_proto_ops { int (*change)(struct net *net, struct sk_buff *, struct tcf_proto*, unsigned long, u32 handle, struct nlattr **, - unsigned long *); + unsigned long *, bool); int (*delete)(struct tcf_proto*, unsigned long); void (*walk)(struct tcf_proto*, struct tcf_walker *arg);