|
@@ -188,7 +188,8 @@ struct tcf_proto_ops {
|
|
|
|
|
|
unsigned long (*get)(struct tcf_proto*, u32 handle);
|
|
|
void (*put)(struct tcf_proto*, unsigned long);
|
|
|
- int (*change)(struct tcf_proto*, unsigned long,
|
|
|
+ int (*change)(struct sk_buff *,
|
|
|
+ struct tcf_proto*, unsigned long,
|
|
|
u32 handle, struct nlattr **,
|
|
|
unsigned long *);
|
|
|
int (*delete)(struct tcf_proto*, unsigned long);
|