options: fix buffer overrun
[fio.git] / thread_options.h
index 97c400fe046357c968bf24c7caba4560ab08d248..0a033430103d075a6e9fda5e5fef43b84fff1c64 100644 (file)
@@ -166,6 +166,7 @@ struct thread_options {
        fio_fp64_t zipf_theta;
        fio_fp64_t pareto_h;
        fio_fp64_t gauss_dev;
+       fio_fp64_t random_center;
 
        unsigned int random_generator;
 
@@ -467,6 +468,7 @@ struct thread_options_pack {
        fio_fp64_t zipf_theta;
        fio_fp64_t pareto_h;
        fio_fp64_t gauss_dev;
+       fio_fp64_t random_center;
 
        uint32_t random_generator;