summaryrefslogtreecommitdiffstats
path: root/src/bench/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/connection.h')
-rw-r--r--src/bench/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/connection.h b/src/bench/connection.h
index 69207ff..770bf0d 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, int blockSize, BenchCounters* counters);
+bool connection_init_n_times(const char *hosts, const char *image, const uint16_t rid, int ntimes, uint64_t blockSize, BenchCounters* counters);
bool connection_init(const char *hosts, const char *image, const uint16_t rid);