X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=iolog.h;h=70990975f132578a5c2d949a15341d9be7de1be0;hb=fdd5f15f8231e8c91c4deff22e630a34addd0fef;hp=af84e102e65054db60a26bc4ec6b9df121caf259;hpb=135be493d843d4cae2966a35cbd22a3058ec8e4b;p=fio.git diff --git a/iolog.h b/iolog.h index af84e102..70990975 100644 --- a/iolog.h +++ b/iolog.h @@ -97,6 +97,7 @@ enum file_log_act { FIO_LOG_UNLINK_FILE, }; +struct io_u; extern int __must_check read_iolog_get(struct thread_data *, struct io_u *); extern void log_io_u(struct thread_data *, struct io_u *); extern void log_file(struct thread_data *, struct fio_file *, enum file_log_act);