X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=df4fbb16da9d4ab7dec15870c3e6826d50c329dc;hb=14a74557d9f7737a7b2427aef151475d5ce3937c;hp=a62b15594d610285a155300979db0430a24960d3;hpb=8f6d1311afd37bf70b5b0bd7ebb0944ed9460d34;p=fio.git diff --git a/fio.h b/fio.h index a62b1559..df4fbb16 100644 --- a/fio.h +++ b/fio.h @@ -311,6 +311,7 @@ struct thread_data { struct timeval start; /* start of this loop */ struct timeval epoch; /* time job was started */ + unsigned long long unix_epoch; /* Time job was started, unix epoch based. */ struct timeval last_issue; long time_offset; struct timeval tv_cache;