fio: provide an option for a startdelay range
[fio.git] / thread_options.h
index 65eba7eebd2e02792b835161826d4bccdc390195..b7a88ed358f14f73e9933f859a5837c6362bdded 100644 (file)
@@ -130,6 +130,7 @@ struct thread_options {
        unsigned int fdatasync_blocks;
        unsigned int barrier_blocks;
        unsigned long long start_delay;
+       unsigned long long start_delay_high;
        unsigned long long timeout;
        unsigned long long ramp_time;
        unsigned int overwrite;
@@ -352,6 +353,7 @@ struct thread_options_pack {
        uint32_t fdatasync_blocks;
        uint32_t barrier_blocks;
        uint64_t start_delay;
+       uint64_t start_delay_high;
        uint64_t timeout;
        uint64_t ramp_time;
        uint32_t overwrite;