Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index be2f23aa9f7662f448c9b1f63b6f087333bdb9a2..f6880841b048353ed027698ba67003b3f0998454 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -235,7 +235,16 @@ struct thread_data {
        uint64_t total_io_size;
        uint64_t fill_device_size;
 
+       /*
+        * Issue side
+        */
        uint64_t io_issues[DDIR_RWDIR_CNT];
+       uint64_t io_issue_bytes[DDIR_RWDIR_CNT];
+       uint64_t loops;
+
+       /*
+        * Completions
+        */
        uint64_t io_blocks[DDIR_RWDIR_CNT];
        uint64_t this_io_blocks[DDIR_RWDIR_CNT];
        uint64_t io_bytes[DDIR_RWDIR_CNT];