[PATCH] Add write_iolog support
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 4f87fb775f01f161e96ccc25283825ef9989bc33..01c8b9baa566fab534ab042a637e62fc6b2d74f9 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -150,9 +150,12 @@ struct thread_data {
        unsigned int iodepth;
        os_cpu_mask_t cpumask;
        unsigned int jobnum;
-       unsigned int iolog;
+       unsigned int read_iolog;
+       unsigned int write_iolog;
 
        char iolog_file[256];
+       void *iolog_buf;
+       FILE *iolog_f;
 
        struct drand48_data bsrange_state;
        struct drand48_data verify_state;