X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=df4fbb16da9d4ab7dec15870c3e6826d50c329dc;hp=a62b15594d610285a155300979db0430a24960d3;hb=4d384589772a50924c68261086feae594020395e;hpb=c3b4dd80150b7f706ec4e23065a851e5fa658c00 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;