X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=493d4b5c59bf6ec2187c8646784f3316600c674e;hp=55039578d9edad878519cde64b665ea81c5e2b0f;hb=9dfc3010e11e6cac60255462675b52ba800c7e74;hpb=95820b6e6c92025df8d89c0bf39b174e53137c41 diff --git a/ioengine.h b/ioengine.h index 55039578..493d4b5c 100644 --- a/ioengine.h +++ b/ioengine.h @@ -162,6 +162,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) */ }; /*