[PATCH] Add bw/lat log as job options
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 67c2ec2179a9d24113e1e86f09e16d7e086b1539..4af6a74339468ea32000680abd16dc8c4bf54809 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -192,6 +192,8 @@ struct thread_data {
        unsigned char do_disk_util;
        unsigned char override_sync;
        unsigned char rand_repeatable;
+       unsigned char write_lat_log;
+       unsigned char write_bw_log;
 
        unsigned int bs;
        unsigned int min_bs;
@@ -337,8 +339,6 @@ extern struct io_u *__get_io_u(struct thread_data *);
 extern void put_io_u(struct thread_data *, struct io_u *);
 
 extern int rate_quit;
-extern int write_lat_log;
-extern int write_bw_log;
 extern int exitall_on_terminate;
 extern int thread_number;
 extern int shm_id;