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

benchmarks: fix some bugs

This commit is contained in:
Aris Adamantiadis
2011-08-30 15:03:50 +03:00
parent 17ae216340
commit 555d1a4347
3 changed files with 26 additions and 6 deletions

View File

@ -48,6 +48,7 @@ struct argument_s {
unsigned int datasize;
unsigned int chunksize;
int concurrent_requests;
char *cipher;
};
extern char *buffer;