Improve data direction runtime logging
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index ab8f1d9a28e13162d4b4b0c2e32d465e0d582fe7..e33349088cebacb5869b4e4649cebea45f60b220 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -381,8 +381,7 @@ struct thread_options {
        unsigned int iolog;
        unsigned int read_iolog;
        unsigned int rwmixcycle;
-       unsigned int rwmixread;
-       unsigned int rwmixwrite;
+       unsigned int rwmix[2];
        unsigned int nice;
        unsigned int file_service_type;
        unsigned int group_reporting;
@@ -494,6 +493,8 @@ struct thread_data {
 
        struct timeval start;   /* start of this loop */
        struct timeval epoch;   /* time job was started */
+       struct timeval rw_end[2];
+       unsigned int rw_end_set[2];
 
        /*
         * read/write mixed workload state