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 7443bc06bdd510f79a5b3a550ea41d6d0e953874..f59265a2a47d22ff31e43ab7ca475fc175043ef3 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -195,6 +195,7 @@ struct thread_options {
        unsigned int refill_buffers;
        unsigned int scramble_buffers;
        unsigned int compress_percentage;
+       unsigned int compress_chunk;
        unsigned int time_based;
        unsigned int disable_lat;
        unsigned int disable_clat;
@@ -265,6 +266,8 @@ struct thread_options {
        int flow_watermark;
        unsigned int flow_sleep;
 
+       unsigned long long offset_increment;
+
        unsigned int sync_file_range;
 };