X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=cba871458cf78292eb42b3097aa781a45a954bd9;hp=507a76a9689c703883a84d54535671a217c91a91;hb=ddcc0b69aa4ed04c8681f447a1a6274bb8837a14;hpb=a450e4924ad4ae4a05015e55cb54c78fb0c5015f diff --git a/stat.h b/stat.h index 507a76a9..cba87145 100644 --- a/stat.h +++ b/stat.h @@ -115,8 +115,8 @@ struct group_run_stats { struct thread_stat { char name[FIO_JOBNAME_SIZE]; char verror[FIO_VERROR_SIZE]; - int32_t error; - int32_t groupid; + uint32_t error; + uint32_t groupid; uint32_t pid; char description[FIO_JOBNAME_SIZE]; uint32_t members; @@ -163,7 +163,7 @@ struct thread_stat { */ uint16_t continue_on_error; uint64_t total_err_count; - int32_t first_error; + uint32_t first_error; uint32_t kb_base; };