X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=2b2df3384fb12f5c24c311f32bc259515919d439;hb=b94d4d75a2e474561dcda8ee852cd5e67dde884e;hp=dd5b9ef72a1dfd3d93f061f2053a4c5b35c09a24;hpb=43b1215fe09eaac0fca0b2bc49011445ae9b3a53;p=fio.git diff --git a/thread_options.h b/thread_options.h index dd5b9ef7..2b2df338 100644 --- a/thread_options.h +++ b/thread_options.h @@ -68,7 +68,7 @@ struct thread_options { unsigned int unique_filename; unsigned long long size; - unsigned long long io_limit; + unsigned long long io_size; unsigned int size_percent; unsigned int fill_device; unsigned int file_append; @@ -206,6 +206,7 @@ struct thread_options { unsigned int ioprio_class; unsigned int file_service_type; unsigned int group_reporting; + unsigned int stats; unsigned int fadvise_hint; unsigned int fadvise_stream; enum fio_fallocate_mode fallocate_mode; @@ -338,7 +339,7 @@ struct thread_options_pack { uint32_t __proper_alignment_for_64b; uint64_t size; - uint64_t io_limit; + uint64_t io_size; uint32_t size_percent; uint32_t fill_device; uint32_t file_append; @@ -475,6 +476,7 @@ struct thread_options_pack { uint32_t ioprio_class; uint32_t file_service_type; uint32_t group_reporting; + uint32_t stats; uint32_t fadvise_hint; uint32_t fadvise_stream; uint32_t fallocate_mode; @@ -502,7 +504,6 @@ struct thread_options_pack { uint64_t trim_backlog; uint32_t clat_percentiles; uint32_t percentile_precision; - uint32_t padding; /* REMOVE ME when possible to maintain alignment */ fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN]; uint8_t read_iolog_file[FIO_TOP_STR_MAX];