X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=ioengine.h;h=61cb396f5e0e792f87b862976a426695338e524b;hb=2d7cd868ff95ecf4d5b8247e255fbec807aa2aa7;hp=51e559440e6903a33546ee163c83ca7ce0d14480;hpb=93bcfd20e37cef8cec350fe06d3a086724c9f257;p=fio.git diff --git a/ioengine.h b/ioengine.h index 51e55944..61cb396f 100644 --- a/ioengine.h +++ b/ioengine.h @@ -11,6 +11,7 @@ enum { IO_U_F_BUSY_OK = 1 << 4, IO_U_F_TRIMMED = 1 << 5, IO_U_F_BARRIER = 1 << 6, + IO_U_F_VER_LIST = 1 << 7, }; /* @@ -176,7 +177,7 @@ extern int __must_check io_u_queued_complete(struct thread_data *, int, unsigned 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_mark_depth(struct thread_data *, unsigned int); -extern void io_u_fill_buffer(struct thread_data *td, struct io_u *, unsigned int); +extern void io_u_fill_buffer(struct thread_data *td, struct io_u *, unsigned int, unsigned int); void io_u_mark_complete(struct thread_data *, unsigned int); void io_u_mark_submit(struct thread_data *, unsigned int);