X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=d15d15ee030c95213385aafebe2ebd8c5693b11c;hp=7299636ddc9f28a0d32045e7a9f348c58d770ad0;hb=0a428b23d4201c31bde25775ecb5f72801f431d9;hpb=100f49f105126a26de6f1069679c20fd75194188 diff --git a/ioengine.h b/ioengine.h index 7299636d..d15d15ee 100644 --- a/ioengine.h +++ b/ioengine.h @@ -153,6 +153,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) */ }; /*