]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/rdma.h
man: tc-taprio.8: fix syntax error
[mirror_iproute2.git] / rdma / rdma.h
index d4b7ba1918b13174a3537a198b7a50a63b59caea..547bb5749a39f68e7237f976ee57518f3e7aa21d 100644 (file)
@@ -34,7 +34,7 @@
 
 #define MAX_NUMBER_OF_FILTERS 64
 struct filters {
-       char name[32];
+       const char *name;
        bool is_number;
 };
 
@@ -90,6 +90,7 @@ int cmd_link(struct rd *rd);
 int cmd_res(struct rd *rd);
 int rd_exec_cmd(struct rd *rd, const struct rd_cmd *c, const char *str);
 int rd_exec_dev(struct rd *rd, int (*cb)(struct rd *rd));
+int rd_exec_require_dev(struct rd *rd, int (*cb)(struct rd *rd));
 int rd_exec_link(struct rd *rd, int (*cb)(struct rd *rd), bool strict_port);
 void rd_free(struct rd *rd);
 int rd_set_arg_to_devname(struct rd *rd);