X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=2b2df3384fb12f5c24c311f32bc259515919d439;hp=5e72867f234bec9c01b815911859b8ea415d62cf;hb=8243be59aa35aa016fcbeee99353b08376953911;hpb=f227e2b61ffb099019e760b0c6bbacb17fa848c4 diff --git a/thread_options.h b/thread_options.h index 5e72867f..2b2df338 100644 --- a/thread_options.h +++ b/thread_options.h @@ -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; @@ -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];