X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=eb6655d165cad381e747a332cfee5b93736e7fd8;hp=f9777999d0e45aff2849683d1edde5b2b3edb1df;hb=c5c8bd5c9b265df2c7feb386b5c1fba0a5a34eec;hpb=9c0d224129b0c59698e4c77e7fed00dc8cbb50e1 diff --git a/ioengine.h b/ioengine.h index f9777999..eb6655d1 100644 --- a/ioengine.h +++ b/ioengine.h @@ -4,8 +4,10 @@ #define FIO_IOOPS_VERSION 10 enum { - IO_U_F_FREE = 1 << 0, - IO_U_F_FLIGHT = 1 << 1, + 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, }; /*