X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=05911c00d1934f6368b5d7e28942a9deaae278a4;hp=f00f64a9dc4297217e870eae87b27b5980151719;hb=44f29692cfba246981bb3c1b894333a6d2209f51;hpb=e6d2e7ec8134c94e764e10b124ff9379877ec158;ds=sidebyside diff --git a/fio.h b/fio.h index f00f64a9..05911c00 100644 --- a/fio.h +++ b/fio.h @@ -282,6 +282,8 @@ struct thread_options { unsigned int uid; unsigned int gid; + + unsigned int sync_file_range; }; #define FIO_VERROR_SIZE 128 @@ -417,6 +419,8 @@ struct thread_data { unsigned int file_service_left; struct fio_file *file_service_file; + unsigned int sync_file_range_nr; + /* * For generating file sizes */