X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=d15d15ee030c95213385aafebe2ebd8c5693b11c;hp=7299636ddc9f28a0d32045e7a9f348c58d770ad0;hb=ad705bcb7e79a7cdb9891db17b4c40b13b6c30c3;hpb=73798eb297e4d4afa2f67d72eb2a3618592a1c4d 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) */ }; /*