[PATCH] Add option for terse parseable output
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 2d57227c53cf13a68d15131d55e23376308d9295..39d95874f22fe2277ddb56c1c643f2269d716374 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -169,6 +169,7 @@ struct thread_data {
        unsigned char use_thread;
        unsigned char do_disk_util;
        unsigned char override_sync;
+       unsigned char rand_repeatable;
 
        unsigned int bs;
        unsigned int min_bs;
@@ -191,7 +192,6 @@ struct thread_data {
        unsigned int numjobs;
        unsigned int iodepth;
        os_cpu_mask_t cpumask;
-       unsigned int jobnum;
        unsigned int iolog;
        unsigned int read_iolog;
        unsigned int write_iolog;
@@ -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;