X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=e9f34e8ab550eb7c69ddf68d16f1e1056c82539c;hp=9d190b14a175d05c03144e93b796548697b52141;hb=b3605062146bce0136918763bb8eb584478ae042;hpb=5be84f23ed3788176d557d9d80a81d4cb1901b22;ds=sidebyside diff --git a/fio.h b/fio.h index 9d190b14..e9f34e8a 100644 --- a/fio.h +++ b/fio.h @@ -291,7 +291,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; + unsigned long total_io_u[2]; unsigned long long io_bytes[2]; unsigned long runtime[2]; @@ -700,6 +700,7 @@ extern void io_u_queued(struct thread_data *, struct io_u *); extern void io_u_log_error(struct thread_data *, struct io_u *); extern void io_u_init_timeout(void); extern void io_u_set_timeout(struct thread_data *); +extern void io_u_mark_depth(struct thread_data *, struct io_u *); /* * io engine entry points