Merge branch 'latency_run' of https://github.com/liu-song-6/fio
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 7610026da3eb14274d34e38f0b9802479aa210a7..d496e7f27c4367206afaf5e9499d10ac5f8c6b5a 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -319,7 +319,7 @@ struct thread_data {
         */
        uint64_t rate_bps[DDIR_RWDIR_CNT];
        uint64_t rate_next_io_time[DDIR_RWDIR_CNT];
-       unsigned long rate_bytes[DDIR_RWDIR_CNT];
+       unsigned long long rate_bytes[DDIR_RWDIR_CNT];
        unsigned long rate_blocks[DDIR_RWDIR_CNT];
        unsigned long long rate_io_issue_bytes[DDIR_RWDIR_CNT];
        struct timespec lastrate[DDIR_RWDIR_CNT];