verify: convert hdr time to sec+nsec
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index 155344d4351aa4579a6201aa6a0e80e18af6ddc6..b228e2e84d7dffc1aef4baceef3f7fa6fc404d5b 100644 (file)
--- 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;