glusterfs: capable to test with one single glfs instance
[fio.git] / thread_options.h
index 4ec570dc12c65a45dac90e531eec00cde222c013..8d13b79a144a4ef49a46d3340ec2004d18a5bc4d 100644 (file)
@@ -172,6 +172,7 @@ struct thread_options {
        unsigned int fdatasync_blocks;
        unsigned int barrier_blocks;
        unsigned long long start_delay;
+       unsigned long long start_delay_orig;
        unsigned long long start_delay_high;
        unsigned long long timeout;
        unsigned long long ramp_time;
@@ -316,6 +317,7 @@ struct thread_options {
        unsigned int replay_align;
        unsigned int replay_scale;
        unsigned int replay_time_scale;
+       unsigned int replay_skip;
 
        unsigned int per_job_logs;
 
@@ -590,6 +592,7 @@ struct thread_options_pack {
        uint32_t replay_align;
        uint32_t replay_scale;
        uint32_t replay_time_scale;
+       uint32_t replay_skip;
 
        uint32_t per_job_logs;