Default buffer_compress_chunk to 512
[fio.git] / thread_options.h
index 1813cdc706a89a5a493386e7f7d0345abf3fae3a..5a037bfe63775d0fd69cfbf86ac01c16ed9f5ba1 100644 (file)
@@ -78,6 +78,7 @@ struct thread_options {
        unsigned long long file_size_low;
        unsigned long long file_size_high;
        unsigned long long start_offset;
+       unsigned long long start_offset_align;
 
        unsigned int bs[DDIR_RWDIR_CNT];
        unsigned int ba[DDIR_RWDIR_CNT];
@@ -355,6 +356,7 @@ struct thread_options_pack {
        uint64_t file_size_low;
        uint64_t file_size_high;
        uint64_t start_offset;
+       uint64_t start_offset_align;
 
        uint32_t bs[DDIR_RWDIR_CNT];
        uint32_t ba[DDIR_RWDIR_CNT];