X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=968ea0abc0b15a91bbc55fa4d04a231f5e3a3474;hb=38b00241e3bd97b1aed6b669b357f2ec89743f0c;hp=c78ed43de9867876ee0b6dbefdc6b09334d5167a;hpb=f4cd67d8dc96ca947b294f6a5c9fdced2b64215d;p=fio.git diff --git a/thread_options.h b/thread_options.h index c78ed43d..968ea0ab 100644 --- a/thread_options.h +++ b/thread_options.h @@ -324,6 +324,7 @@ struct thread_options { unsigned long long latency_target; unsigned long long latency_window; fio_fp64_t latency_percentile; + uint32_t latency_run; unsigned int sig_figs; @@ -342,6 +343,7 @@ struct thread_options { /* Parameters that affect zonemode=zbd */ unsigned int read_beyond_wp; int max_open_zones; + unsigned int job_max_open_zones; fio_fp64_t zrt; fio_fp64_t zrf; }; @@ -612,6 +614,7 @@ struct thread_options_pack { uint64_t latency_window; uint64_t max_latency; fio_fp64_t latency_percentile; + uint32_t latency_run; uint32_t sig_figs;