t/io_uring: don't append 'K' to IOPS if we don't divide by 1000
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index da1fe08577abf29cfe947c917a3d65a8a7798a97..6bb21ebb2ace311c3b4643bb6adbfbbcf045b444 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -370,6 +370,8 @@ struct thread_data {
        uint64_t bytes_done[DDIR_RWDIR_CNT];
 
        uint64_t *thinktime_blocks_counter;
+       struct timespec last_thinktime;
+       uint64_t last_thinktime_blocks;
 
        /*
         * State for random io, a bitmap of blocks done vs not done