verify: use origina offset for verification
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index 87c29201a3aee39a87a615768272e0e86b596d05..311009287403f8254e6d922c9658a72b1f80ae29 100644 (file)
--- a/io_u.h
+++ b/io_u.h
@@ -53,7 +53,8 @@ struct io_u {
         * Allocated/set buffer and length
         */
        unsigned long long buflen;
-       unsigned long long offset;
+       unsigned long long offset;      /* is really ->xfer_offset... */
+       unsigned long long verify_offset;       /* is really ->offset */
        void *buf;
 
        /*