genfio: Splitting gen_template in 2 parts
[fio.git] / thread_options.h
index f25988ac1922a97fa23468678bb742de1fe0dcfa..45e22ae45cd67fff8f662b6cc3a1b76208d04ee3 100644 (file)
@@ -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;