Merge branch 'master' into gfio
[fio.git] / thread_options.h
index 9975af17d4f24b078f78bfea23c81475c5ba5cf6..5354473bce9c9cb2cdabe517f85f1e256429e781 100644 (file)
@@ -123,6 +123,8 @@ struct thread_options {
        fio_fp64_t zipf_theta;
        fio_fp64_t pareto_h;
 
+       unsigned int random_generator;
+
        unsigned int hugepage_size;
        unsigned int rw_min_bs;
        unsigned int thinktime;
@@ -326,6 +328,8 @@ struct thread_options_pack {
        fio_fp64_t zipf_theta;
        fio_fp64_t pareto_h;
 
+       uint32_t random_generator;
+
        uint32_t hugepage_size;
        uint32_t rw_min_bs;
        uint32_t thinktime;