X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=9d190b14a175d05c03144e93b796548697b52141;hp=a60be104c249a1028339577ef3c52afb7a77f98d;hb=1907dbc6c0c9e1b663156e64c64c172aaf04ae8a;hpb=9cedf16704b71cec33138bb4cf524d3fc9ad338a diff --git a/fio.h b/fio.h index a60be104..9d190b14 100644 --- a/fio.h +++ b/fio.h @@ -473,6 +473,13 @@ struct thread_data { */ 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; }; /*