X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=9d189eb878911fc2bb4a6e8c48e0384e2dacbef5;hb=695611a9d4cd554d44d8b2ec5da2811061950a2e;hp=dbdfdf86c88ae97a7be1d4c3fdf3f3409ddccd92;hpb=eda99d5530738bebdd355fa1df97d5d33d3b9f79;p=fio.git diff --git a/fio.h b/fio.h index dbdfdf86..9d189eb8 100644 --- a/fio.h +++ b/fio.h @@ -260,6 +260,7 @@ struct thread_data { struct frand_state prio_state; struct zone_split_index **zone_state_index; + unsigned int num_open_zones; unsigned int verify_batch; unsigned int trim_batch; @@ -377,6 +378,7 @@ struct thread_data { unsigned int latency_qd_high; unsigned int latency_qd_low; unsigned int latency_failed; + unsigned int latency_stable_count; uint64_t latency_ios; int latency_end_run; @@ -438,6 +440,7 @@ struct thread_data { int first_error; struct fio_flow *flow; + unsigned long long flow_counter; /* * Can be overloaded by profiles