Implement a better num2str()
[fio.git] / ioengine.h
index f6238f83a6a64139fcd941c086ab94dbf6a6e1b5..344cdbf939a3e55fed9c7274133355e058f2a0d8 100644 (file)
@@ -31,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;
        };