Improve accuracy of rate= option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index be684ca2544e4c9c5fce8e1655dd2d8a3739535f..a5405e375da7486cbf8beb687c19ba313130ea30 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -357,7 +357,7 @@ struct thread_data {
        /*
         * Rate state
         */
-       unsigned long rate_nsec_cycle[2];
+       unsigned long long rate_bps[2];
        long rate_pending_usleep[2];
        unsigned long rate_bytes[2];
        unsigned long rate_blocks[2];