Add buffer_compress_chunk option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 5c912d0aab89da4c3b8c0510e5220107e083a067..4afdd2d469a1de480b7bea19262bfb7f93565b71 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -194,6 +194,8 @@ struct thread_options {
        unsigned int zero_buffers;
        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;