]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/q_qfq.c
tc: B.W limits can now be specified in %.
[mirror_iproute2.git] / tc / q_qfq.c
index fa270c8ae3bfe204c4dc08415f88bc9ba92a6262..d70ca1ba817e25199fbeac9c5616ce110bd1e22e 100644 (file)
@@ -35,7 +35,7 @@ static void explain_class(void)
 }
 
 static int qfq_parse_opt(struct qdisc_util *qu, int argc, char **argv,
-                        struct nlmsghdr *n)
+                        struct nlmsghdr *n, const char *dev)
 {
        if (argc > 0) {
                if (matches(*argv, "help") != 0)
@@ -48,7 +48,7 @@ static int qfq_parse_opt(struct qdisc_util *qu, int argc, char **argv,
 }
 
 static int qfq_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;