Update argz

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-02-15 22:01:02 +00:00
parent 6555cd98d5
commit ae713a2197
2 changed files with 3 additions and 3 deletions

2
argz

Submodule argz updated: 5398bb4f79...331948c772

View File

@@ -105,8 +105,8 @@ gt_path(int argc, char **argv)
}, res = {0};
struct argz ratez[] = {
{"tx", "BYTES/SEC", &req.path.rate_tx, argz_size},
{"rx", "BYTES/SEC", &req.path.rate_rx, argz_size},
{"tx", "BYTES/SEC", &req.path.rate_tx, argz_bytes},
{"rx", "BYTES/SEC", &req.path.rate_rx, argz_bytes},
{NULL}};
struct argz pathz[] = {