[NETNS]: Pass fib_rules_ops into default_pref method.
[deliverable/linux.git] / net / ipv4 / fib_rules.c
index eac3f717ecabd833777e94c63e746f263dc157b9..afe669dd1bd53f9a7f4d832a9d3de4d884e77700 100644 (file)
@@ -245,7 +245,7 @@ nla_put_failure:
        return -ENOBUFS;
 }
 
-static u32 fib4_rule_default_pref(void)
+static u32 fib4_rule_default_pref(struct fib_rules_ops *ops)
 {
        struct list_head *pos;
        struct fib_rule *rule;
This page took 0.023565 seconds and 5 git commands to generate.