X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=7299636ddc9f28a0d32045e7a9f348c58d770ad0;hp=d5a0dc9c88d16c7b53e6d221b6cb9484e6a83e75;hb=798827c895a585f284842f6b99378be19c821263;hpb=bcd5abfa9f230bbe4365dad1289fdea1f5509f74 diff --git a/ioengine.h b/ioengine.h index d5a0dc9c..7299636d 100644 --- a/ioengine.h +++ b/ioengine.h @@ -185,8 +185,8 @@ 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 *); +extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *, uint64_t *); +extern int __must_check io_u_queued_complete(struct thread_data *, int, uint64_t *); 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);