Enable read/write sequential offset to be a non-multiple of the block size
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 4afdd2d469a1de480b7bea19262bfb7f93565b71..f59265a2a47d22ff31e43ab7ca475fc175043ef3 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -266,6 +266,8 @@ struct thread_options {
        int flow_watermark;
        unsigned int flow_sleep;
 
+       unsigned long long offset_increment;
+
        unsigned int sync_file_range;
 };