Merge branch 'chunked-iolog-reading' of https://github.com/aclamk/fio
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 685aab1988f7b6163b59ec4ca88bc8c94637f6e5..b58057f72009f9df12fa01879ef4f7df6732a1ef 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -399,6 +399,11 @@ struct thread_data {
         * For IO replaying
         */
        struct flist_head io_log_list;
+       FILE *io_log_rfile;
+       unsigned int io_log_current;
+       unsigned int io_log_checkmark;
+       unsigned int io_log_highmark;
+       struct timespec io_log_highmark_time;
 
        /*
         * For tracking/handling discards