X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=5354473bce9c9cb2cdabe517f85f1e256429e781;hb=b11bd8d8b784feb591b3904ca787c42b3799a8cf;hp=9975af17d4f24b078f78bfea23c81475c5ba5cf6;hpb=1e5324e723116a5faf9da686993cc79c14d62d4b;p=fio.git diff --git a/thread_options.h b/thread_options.h index 9975af17..5354473b 100644 --- a/thread_options.h +++ b/thread_options.h @@ -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;