posixaio engine: residual data count
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index efc9e5195982009462cf8ee82b8f0cbdc3c0d779..dd1fc62b1d5e2f08378ba9563d996c62449a0d6d 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -216,7 +216,6 @@ enum fio_ioengine_flags {
        FIO_RAWIO       = 1 << 3,       /* some sort of direct/raw io */
        FIO_DISKLESSIO  = 1 << 4,       /* no disk involved */
        FIO_SELFOPEN    = 1 << 5,       /* opens its own devices */
-       FIO_NULLIO      = 1 << 6,       /* no real data transfer (cpu/null) */
 };
 
 /*