X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=9490edc11e1a2ea924f1dea3bf75f2d9e36d0fdf;hb=e9459e5a14b577ead39d666c051c7ce4db12bc75;hp=9c398a20e3b7d191af6c1546a4519cb02c232644;hpb=d460eb318f784876812bedfed382afb00e57c62a;p=fio.git diff --git a/fio.h b/fio.h index 9c398a20..9490edc1 100644 --- a/fio.h +++ b/fio.h @@ -333,6 +333,7 @@ struct thread_stat { unsigned int io_u_map[FIO_IO_U_MAP_NR]; unsigned int io_u_lat[FIO_IO_U_LAT_NR]; unsigned long total_io_u[2]; + unsigned long short_io_u[2]; unsigned long long io_bytes[2]; unsigned long runtime[2]; @@ -411,6 +412,7 @@ struct thread_options { unsigned int file_service_type; unsigned int group_reporting; unsigned int fadvise_hint; + unsigned int zero_buffers; char *read_iolog_file; char *write_iolog_file;