]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/q_atm.c
tc: B.W limits can now be specified in %.
[mirror_iproute2.git] / tc / q_atm.c
index 570e7be57a3d8222b4357b60eb30d522e6d0060a..787b46cde78c6c56533f02e098541ca9ab550ed4 100644 (file)
@@ -26,7 +26,7 @@
 #define MAX_HDR_LEN 64
 
 
-static int atm_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
+static int atm_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n, const char *dev)
 {
        if (argc) {
                fprintf(stderr, "Usage: atm\n");
@@ -44,7 +44,7 @@ static void explain(void)
 
 
 static int atm_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
-   struct nlmsghdr *n)
+       struct nlmsghdr *n, const char *dev)
 {
        struct sockaddr_atmsvc addr = {};
        struct atm_qos qos;