X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=ba4c2bf2e3af0d844b9fd554cc280c4e8145a238;hp=8a1536e889b633593f2dabcfe439b9046e8fb42a;hb=95820b6e6c92025df8d89c0bf39b174e53137c41;hpb=42634d2118b41f26151f5b708e83d40061570653 diff --git a/stat.h b/stat.h index 8a1536e8..ba4c2bf2 100644 --- a/stat.h +++ b/stat.h @@ -10,6 +10,7 @@ struct group_run_stats { uint64_t agg[DDIR_RWDIR_CNT]; uint32_t kb_base; uint32_t groupid; + uint32_t unified_rw_rep; }; /* @@ -123,6 +124,7 @@ struct thread_stat { uint32_t pid; char description[FIO_JOBNAME_SIZE]; uint32_t members; + uint32_t unified_rw_rep; /* * bandwidth and latency stats @@ -189,7 +191,7 @@ struct jobs_eta { * Network 'copy' of run_str[] */ uint32_t nr_threads; - uint8_t run_str[0]; + uint8_t run_str[]; }; extern void show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);