verify: always log IO in the order they are issued
[fio.git] / ioengine.h
index 0756bc7e6c1335dc729bbe6c08b9f78630121d66..19ed10bf7a5401dd13fafe5cef97cb2d32748bd0 100644 (file)
@@ -15,7 +15,7 @@
 #include <guasi.h>
 #endif
 
-#define FIO_IOOPS_VERSION      16
+#define FIO_IOOPS_VERSION      17
 
 enum {
        IO_U_F_FREE             = 1 << 0,
@@ -71,6 +71,8 @@ struct io_u {
         */
        unsigned long buf_filled_len;
 
+       struct io_piece *ipo;
+
        union {
 #ifdef CONFIG_LIBAIO
                struct iocb iocb;