]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/q_dsmark.c
tc: B.W limits can now be specified in %.
[mirror_iproute2.git] / tc / q_dsmark.c
index 0aab387d6f3b4d4a912428fae9db49dd332a07cd..65eeb271588b6e8b1516e0895163b1155c7c7e3b 100644 (file)
@@ -25,7 +25,7 @@ static void explain(void)
 
 
 static int dsmark_parse_opt(struct qdisc_util *qu, int argc, char **argv,
-    struct nlmsghdr *n)
+       struct nlmsghdr *n, const char *dev)
 {
        struct rtattr *tail;
        __u16 ind;
@@ -84,7 +84,7 @@ static void explain_class(void)
 
 
 static int dsmark_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
-   struct nlmsghdr *n)
+       struct nlmsghdr *n, const char *dev)
 {
        struct rtattr *tail;
        __u8 tmp;