X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=45e22ae45cd67fff8f662b6cc3a1b76208d04ee3;hp=f25988ac1922a97fa23468678bb742de1fe0dcfa;hb=a492473a3e4958780776963b7b69dac8ef3ec4cd;hpb=3c978125e2bc883a9e69f0bae0122f936f995f17 diff --git a/thread_options.h b/thread_options.h index f25988ac..45e22ae4 100644 --- a/thread_options.h +++ b/thread_options.h @@ -113,6 +113,8 @@ struct thread_options { unsigned int random_generator; + unsigned int perc_rand; + unsigned int hugepage_size; unsigned int rw_min_bs; unsigned int thinktime; @@ -322,6 +324,8 @@ struct thread_options_pack { uint32_t random_generator; + uint32_t perc_rand; + uint32_t hugepage_size; uint32_t rw_min_bs; uint32_t thinktime;