X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=d52b2b97a274ca4faae4dedbbf9d7a37d623d723;hb=c5d5a325399db33fb5cacf4d07a23e64c6b428af;hp=55039578d9edad878519cde64b665ea81c5e2b0f;hpb=29df29eaf88958c8741103d2056a4773d4959d9d;p=fio.git diff --git a/ioengine.h b/ioengine.h index 55039578..d52b2b97 100644 --- a/ioengine.h +++ b/ioengine.h @@ -28,8 +28,6 @@ enum { IO_U_F_VER_LIST = 1 << 7, }; -struct thread_data; - /* * The io unit */ @@ -162,6 +160,7 @@ enum fio_ioengine_flags { FIO_PIPEIO = 1 << 7, /* input/output no seekable */ FIO_BARRIER = 1 << 8, /* engine supports barriers */ FIO_MEMALIGN = 1 << 9, /* engine wants aligned memory */ + FIO_BIT_BASED = 1 << 10, /* engine uses a bit base (e.g. uses Kbit as opposed to KB) */ }; /*