X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=file.h;h=611470cee0aee83a0c9e83962c7660edbbf3a236;hp=ac00ff877997531f2879fcc9e4dbe167f2da7634;hb=79591fa9555024aa9564656bbbb9d4c828a3e189;hpb=957c81b9d0d090162366dcf0bec308afb2400464 diff --git a/file.h b/file.h index ac00ff87..611470ce 100644 --- a/file.h +++ b/file.h @@ -90,6 +90,7 @@ struct fio_file { /* * size of the file, offset into file, and io size from that offset + * (be aware io_size is different from thread_options::io_size) */ uint64_t real_file_size; uint64_t file_offset;