X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=thread_options.h;h=b7a88ed358f14f73e9933f859a5837c6362bdded;hb=0de5b26f6e177aacac0683306c47e0cbaf58b0b6;hp=65eba7eebd2e02792b835161826d4bccdc390195;hpb=56e2a5fc76067c91738f7eb0efbd6ec6d349e0f2;p=fio.git diff --git a/thread_options.h b/thread_options.h index 65eba7ee..b7a88ed3 100644 --- a/thread_options.h +++ b/thread_options.h @@ -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;