X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=344cdbf939a3e55fed9c7274133355e058f2a0d8;hb=4b3b73f843c283b341ad16cd1eb4e7a12978de8e;hp=389e95a560c0006671a2c2ee21f680d18dbe2e6e;hpb=38dad62d5154ffaad445bd0231b271b9a46a5190;p=fio.git diff --git a/ioengine.h b/ioengine.h index 389e95a5..344cdbf9 100644 --- a/ioengine.h +++ b/ioengine.h @@ -9,6 +9,7 @@ enum { 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, }; /* @@ -30,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; };