X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_u.h;h=b228e2e84d7dffc1aef4baceef3f7fa6fc404d5b;hb=82dbb8cbf00b0e70d8ca55d484fedf588c1bcb33;hp=155344d4351aa4579a6201aa6a0e80e18af6ddc6;hpb=8ef89e0bd651ad7c42b2bca3d6e154360eb9adbd;p=fio.git diff --git a/io_u.h b/io_u.h index 155344d4..b228e2e8 100644 --- a/io_u.h +++ b/io_u.h @@ -31,8 +31,8 @@ enum { * The io unit */ struct io_u { - struct timeval start_time; - struct timeval issue_time; + struct timespec start_time; + struct timespec issue_time; struct fio_file *file; unsigned int flags;