implement 'unit_base' option to select between KB and Kbit et. al.
[fio.git] / ioengine.h
index 7299636ddc9f28a0d32045e7a9f348c58d770ad0..d15d15ee030c95213385aafebe2ebd8c5693b11c 100644 (file)
@@ -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) */
 };
 
 /*