X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=stat.h;h=ce640d9c72071339def786b9e3bdb44891b8759c;hb=f0602d785d18498ff7c432c6d2c45fbcda329c84;hp=a03e8ec59c9541797da8dafd474c242c54aad9d6;hpb=2e33101f218a1603eeecca969f5b7a0e98696a01;p=fio.git diff --git a/stat.h b/stat.h index a03e8ec5..ce640d9c 100644 --- a/stat.h +++ b/stat.h @@ -1,6 +1,8 @@ #ifndef FIO_STAT_H #define FIO_STAT_H +#include "iolog.h" + struct group_run_stats { uint64_t max_run[2], min_run[2]; uint64_t max_bw[2], min_bw[2]; @@ -116,6 +118,7 @@ struct thread_stat { char name[FIO_JOBNAME_SIZE]; char verror[FIO_VERROR_SIZE]; uint32_t error; + uint32_t thread_number; uint32_t groupid; uint32_t pid; char description[FIO_JOBNAME_SIZE];