X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.h;h=311009287403f8254e6d922c9658a72b1f80ae29;hp=87c29201a3aee39a87a615768272e0e86b596d05;hb=4fff54ccba73aa59de250a0f4161b9ce3d952601;hpb=7d33649cc0b6a887cb2e89e5ef2632e21529f4ec diff --git a/io_u.h b/io_u.h index 87c29201..31100928 100644 --- 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; /*