Add nr parameter to file_service_type
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index a60be104c249a1028339577ef3c52afb7a77f98d..9d190b14a175d05c03144e93b796548697b52141 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -473,6 +473,13 @@ struct thread_data {
         */
        struct timeval timeout_end;
        struct itimerval timer;
         */
        struct timeval timeout_end;
        struct itimerval timer;
+
+       /*
+        * for fileservice, how often to switch to a new file
+        */
+       unsigned int file_service_nr;
+       unsigned int file_service_left;
+       struct fio_file *file_service_file;
 };
 
 /*
 };
 
 /*