X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=70990975f132578a5c2d949a15341d9be7de1be0;hp=4ad4e79ebf2c66ee79597e42fc1d0411ccaf3332;hb=fdc0f3b646e417497849d4398029f780b0e5262f;hpb=e65a950ab73d7d91f267ad7f7b084d94e266fcb0 diff --git a/iolog.h b/iolog.h index 4ad4e79e..70990975 100644 --- a/iolog.h +++ b/iolog.h @@ -3,6 +3,7 @@ #include "lib/rbtree.h" #include "lib/ieee754.h" +#include "flist.h" #include "ioengine.h" /* @@ -96,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);