Implement a better num2str()
[fio.git] / ioengine.h
index ff3069bf73f8a7dc724a85aa4cfc394572be5e00..344cdbf939a3e55fed9c7274133355e058f2a0d8 100644 (file)
@@ -8,6 +8,8 @@ enum {
        IO_U_F_FLIGHT           = 1 << 1,
        IO_U_F_FREE_DEF         = 1 << 2,
        IO_U_F_IN_CUR_DEPTH     = 1 << 3,
+       IO_U_F_BUSY_OK          = 1 << 4,
+       IO_U_F_TRIMMED          = 1 << 5,
 };
 
 /*
@@ -29,6 +31,9 @@ struct io_u {
 #endif
 #ifdef FIO_HAVE_SOLARISAIO
                aio_result_t resultp;
+#endif
+#ifdef FIO_HAVE_BINJECT
+               struct b_user_cmd buc;
 #endif
                void *mmap_data;
        };