X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=f2e69a7e17fcd31a5bf3c05a2da2c494af82e7a6;hp=813e55b55281b71db65bf15ba9f405e8f5f85765;hb=48f5abd393cc614e1984391b28ba491ef9b26f5e;hpb=04a0feae73ca50d05914cc3c425b2a6949523204 diff --git a/fio.h b/fio.h index 813e55b5..f2e69a7e 100644 --- a/fio.h +++ b/fio.h @@ -295,8 +295,8 @@ struct fio_file { * How many depth levels to log */ #define FIO_IO_U_MAP_NR 8 -#define FIO_IO_U_LAT_U_NR 12 -#define FIO_IO_U_LAT_M_NR 10 +#define FIO_IO_U_LAT_U_NR 10 +#define FIO_IO_U_LAT_M_NR 12 struct thread_stat { char *name; @@ -515,6 +515,7 @@ struct thread_data { unsigned long io_issues[2]; unsigned long long io_blocks[2]; unsigned long long io_bytes[2]; + unsigned long long io_skip_bytes; unsigned long long this_io_bytes[2]; unsigned long long zone_bytes; struct fio_sem *mutex;