diff options
| author | Simon Rettberg | 2019-08-07 14:48:55 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2019-08-07 14:48:55 +0200 |
| commit | bd0a4d66acaf8ebf6388f6304a90b39434e9e36a (patch) | |
| tree | ab98a3390b482d0b73c3001dac4f21bcc41730ac /src/bench/connection.h | |
| parent | [SERVER] Use more _Atomic (diff) | |
| download | dnbd3-bd0a4d66acaf8ebf6388f6304a90b39434e9e36a.tar.gz dnbd3-bd0a4d66acaf8ebf6388f6304a90b39434e9e36a.tar.xz dnbd3-bd0a4d66acaf8ebf6388f6304a90b39434e9e36a.zip | |
[BENCH] Allow specifying request block size
Diffstat (limited to 'src/bench/connection.h')
| -rw-r--r-- | src/bench/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/connection.h b/src/bench/connection.h index ff71e15..69207ff 100644 --- a/src/bench/connection.h +++ b/src/bench/connection.h @@ -19,7 +19,7 @@ typedef struct _dnbd3_async { } dnbd3_async_t; -bool connection_init_n_times(const char *hosts, const char *image, const uint16_t rid, int ntimes, BenchCounters* counters); +bool connection_init_n_times(const char *hosts, const char *image, const uint16_t rid, int ntimes, int blockSize, BenchCounters* counters); bool connection_init(const char *hosts, const char *image, const uint16_t rid); |
