X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=6190977d4170fd7632a710c5417ba5661d24ded7;hp=9c0ed9a954077980aebf30d1e0bd954d9bf2324c;hb=f2bba1820a567ac00b09916239ac8feb125cead2;hpb=9896178e0969cacb521e004e59c580eab63f35f3 diff --git a/ioengine.h b/ioengine.h index 9c0ed9a9..6190977d 100644 --- a/ioengine.h +++ b/ioengine.h @@ -139,6 +139,7 @@ extern void close_ioengine(struct thread_data *); extern struct io_u *__get_io_u(struct thread_data *); extern struct io_u *get_io_u(struct thread_data *); extern void put_io_u(struct thread_data *, struct io_u *); +extern void clear_io_u(struct thread_data *, struct io_u *); extern void requeue_io_u(struct thread_data *, struct io_u **); extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *, unsigned long *); extern int __must_check io_u_queued_complete(struct thread_data *, int, unsigned long *);