X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=52026e365ee9e10a9df2e318906a9a8ab47f9572;hp=4ec570dc12c65a45dac90e531eec00cde222c013;hb=d7235efbc3a4b6f8c2794fc71d544066e4110eff;hpb=c1f22c2169c77658bd6efaccc47ee8542055d8f2 diff --git a/thread_options.h b/thread_options.h index 4ec570dc..52026e36 100644 --- a/thread_options.h +++ b/thread_options.h @@ -316,6 +316,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 +591,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;