1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

benchmarks: added "data" option

This commit is contained in:
Aris Adamantiadis
2011-08-28 14:03:27 +03:00
parent 5d9cd8bf39
commit faaf334aa3
3 changed files with 21 additions and 3 deletions

View File

@ -41,6 +41,7 @@ struct argument_s {
int verbose;
int nhosts;
int ntests;
int data;
};
/* latency.c */