filesetup: change random file init to be bool based
[fio.git] / diskutil.h
index f7730667c7cf81a6831acabec904159fd87634b2..91b42020a8077024607a3818c9314e7882189390 100644 (file)
@@ -64,7 +64,7 @@ struct disk_util {
         */
        struct flist_head slaves;
 
-       struct timeval time;
+       struct timespec time;
 
        struct fio_mutex *lock;
        unsigned long users;