X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=file.h;h=30293fc9ddc34e4515a56cc8f5ab0091eb254030;hp=2abe3ba4db9c3a3b04312aa6c9f6d4514547e4c0;hb=44f29692cfba246981bb3c1b894333a6d2209f51;hpb=e6d2e7ec8134c94e764e10b124ff9379877ec158 diff --git a/file.h b/file.h index 2abe3ba4..30293fc9 100644 --- a/file.h +++ b/file.h @@ -74,6 +74,9 @@ struct fio_file { unsigned long long last_pos; + unsigned long long first_write; + unsigned long long last_write; + /* * For use by the io engine */