X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=b4bc22b8968b00039989734ebc720567ff72f340;hb=28727df79348d4ebbd8fd4b0dd89bbca035f68d0;hp=9392bbd6ed4f329dbec26932718eb249102250dc;hpb=9746fdbbd89cb202ecf2ee402b79ef215390eaea;p=fio.git diff --git a/ioengine.h b/ioengine.h index 9392bbd6..b4bc22b8 100644 --- a/ioengine.h +++ b/ioengine.h @@ -1,7 +1,10 @@ #ifndef FIO_IOENGINE_H #define FIO_IOENGINE_H +#include "compiler/compiler.h" +#include "io_ddir.h" #include "debug.h" +#include "file.h" #define FIO_IOOPS_VERSION 13 @@ -16,6 +19,8 @@ enum { IO_U_F_VER_LIST = 1 << 7, }; +struct thread_data; + /* * The io unit */