X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=efca45e2744fd6222cb0b516be793371293dc33e;hp=51e559440e6903a33546ee163c83ca7ce0d14480;hb=9c42684e32325da26e862280388798343c5f1305;hpb=52ad4b94056b594b0fa1012467f944804a8241db diff --git a/ioengine.h b/ioengine.h index 51e55944..efca45e2 100644 --- a/ioengine.h +++ b/ioengine.h @@ -176,7 +176,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);