Merge branch 'master' into gfio
[fio.git] / thread_options.h
index c0fd7e26fed0bfb92cf6ee67b50a4de0293ae0f3..6a8fee72ad3fc5180a5e973a1816750865e27fe5 100644 (file)
@@ -218,6 +218,8 @@ struct thread_options {
        int flow_watermark;
        unsigned int flow_sleep;
 
+       unsigned long long offset_increment;
+
        unsigned int sync_file_range;
 };
 
@@ -405,6 +407,8 @@ struct thread_options_pack {
        int32_t flow_watermark;
        uint32_t flow_sleep;
 
+       uint64_t offset_increment;
+
        uint32_t sync_file_range;
 } __attribute__((packed));