X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=30293fc9ddc34e4515a56cc8f5ab0091eb254030;hb=0030b185376881d550eec690640ce62cac954549;hp=2abe3ba4db9c3a3b04312aa6c9f6d4514547e4c0;hpb=e943b8785fa19ab5536d91242f1063ae809cdf2b;p=fio.git 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 */