X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=c0fd7e26fed0bfb92cf6ee67b50a4de0293ae0f3;hb=9ede9c9c00f5457564677833cc44d436b7c936c4;hp=1193abeb9f48065ccae7e0cabde6f30dae41de4a;hpb=51167799022df58d45a99bbd7aa9cf81a47c46c9;p=fio.git diff --git a/thread_options.h b/thread_options.h index 1193abeb..c0fd7e26 100644 --- a/thread_options.h +++ b/thread_options.h @@ -146,6 +146,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; @@ -331,6 +333,8 @@ struct thread_options_pack { uint32_t zero_buffers; uint32_t refill_buffers; uint32_t scramble_buffers; + unsigned int compress_percentage; + unsigned int compress_chunk; uint32_t time_based; uint32_t disable_lat; uint32_t disable_clat;