]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/q_drr.c
tc: B.W limits can now be specified in %.
[mirror_iproute2.git] / tc / q_drr.c
index 50623c22ba870366d7d554dd8132b4b97c3fb37c..85aa5b600fd81ca29b44669ef30c4e2508e7be03 100644 (file)
@@ -33,7 +33,7 @@ static void explain2(void)
 }
 
 
-static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
+static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
 {
        while (argc) {
                if (strcmp(*argv, "help") == 0) {
@@ -49,7 +49,7 @@ static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nl
 }
 
 static int drr_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
-                              struct nlmsghdr *n)
+                              struct nlmsghdr *n, const char *dev)
 {
        struct rtattr *tail;
        __u32 tmp;