Fix compile error due to missing ENOMEM on some platforms
[fio.git] / ioengine.h
index 3df0944a30ed30cec9a54b9d4fa464506e311885..eb6655d165cad381e747a332cfee5b93736e7fd8 100644 (file)
@@ -4,9 +4,10 @@
 #define FIO_IOOPS_VERSION      10
 
 enum {
-       IO_U_F_FREE     = 1 << 0,
-       IO_U_F_FLIGHT   = 1 << 1,
-       IO_U_F_FREE_DEF = 1 << 2,
+       IO_U_F_FREE             = 1 << 0,
+       IO_U_F_FLIGHT           = 1 << 1,
+       IO_U_F_FREE_DEF         = 1 << 2,
+       IO_U_F_IN_CUR_DEPTH     = 1 << 3,
 };
 
 /*