X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=41bd4d6fcc3429bb19ef5df006bcf0f6b51377bc;hp=be74b66fd65c8770e715c717617f97e94385f41d;hb=c9e8d6e3c5b5f87e17a1f4ee740f88b5b3818831;hpb=de890a1e48d40238dac69f302708dde8719de240 diff --git a/ioengine.h b/ioengine.h index be74b66f..41bd4d6f 100644 --- a/ioengine.h +++ b/ioengine.h @@ -1,6 +1,8 @@ #ifndef FIO_IOENGINE_H #define FIO_IOENGINE_H +#include "debug.h" + #define FIO_IOOPS_VERSION 13 enum { @@ -132,7 +134,7 @@ enum fio_ioengine_flags { FIO_RAWIO = 1 << 1, /* some sort of direct/raw io */ FIO_DISKLESSIO = 1 << 2, /* no disk involved */ FIO_NOEXTEND = 1 << 3, /* engine can't extend file */ - FIO_NODISKUTIL = 1 << 4, /* diskutil can't handle filename */ + FIO_NODISKUTIL = 1 << 4, /* diskutil can't handle filename */ FIO_UNIDIR = 1 << 5, /* engine is uni-directional */ FIO_NOIO = 1 << 6, /* thread does only pseudo IO */ FIO_SIGTERM = 1 << 7, /* needs SIGTERM to exit */