[PATCH] Various little fixes and lots of commenting
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index cc68603499759b369f25b1038e30a07036074874..cc30a15ea189b2bad02a2c64ce5a5af5a3dd85ca 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -177,7 +177,7 @@ struct thread_data {
        unsigned int thinktime;
        unsigned int fsync_blocks;
        unsigned int start_delay;
-       unsigned int timeout;
+       unsigned long timeout;
        enum fio_iotype io_engine;
        unsigned int overwrite;
        unsigned int bw_avg_time;
@@ -324,6 +324,7 @@ extern int exitall_on_terminate;
 extern int thread_number;
 extern int shm_id;
 extern int groupid;
+extern int terse_output;
 extern FILE *f_out;
 extern FILE *f_err;