Fix startdelay option with s/m/h/d postfix
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index bce81eb9e05e89dfdf41d7024552a121552d7d0b..e05d95a53175bb425f747891b0dfb707e015f1e7 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -208,7 +208,7 @@ struct thread_options {
        unsigned int thinktime_blocks;
        unsigned int fsync_blocks;
        unsigned int fdatasync_blocks;
-       unsigned int start_delay;
+       unsigned long start_delay;
        unsigned long long timeout;
        unsigned long long ramp_time;
        unsigned int overwrite;