X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=eb6655d165cad381e747a332cfee5b93736e7fd8;hp=3df0944a30ed30cec9a54b9d4fa464506e311885;hb=0c41214ff4e6f31f8df64aac37be7853aada6f1f;hpb=e8462bd8250cf3ff2d41f17e1a4d4cefc70b6b37;ds=sidebyside diff --git a/ioengine.h b/ioengine.h index 3df0944a..eb6655d1 100644 --- a/ioengine.h +++ b/ioengine.h @@ -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, }; /*