diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/fib_rules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index f7351b0ad552..e9a074cf59ed 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h | |||
@@ -56,7 +56,7 @@ struct fib_rules_ops | |||
56 | int (*fill)(struct fib_rule *, struct sk_buff *, | 56 | int (*fill)(struct fib_rule *, struct sk_buff *, |
57 | struct nlmsghdr *, | 57 | struct nlmsghdr *, |
58 | struct fib_rule_hdr *); | 58 | struct fib_rule_hdr *); |
59 | u32 (*default_pref)(void); | 59 | u32 (*default_pref)(struct fib_rules_ops *ops); |
60 | size_t (*nlmsg_payload)(struct fib_rule *); | 60 | size_t (*nlmsg_payload)(struct fib_rule *); |
61 | 61 | ||
62 | /* Called after modifications to the rules set, must flush | 62 | /* Called after modifications to the rules set, must flush |