X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=fio.h;h=b58057f72009f9df12fa01879ef4f7df6732a1ef;hb=a06be957386f23a0ac94f215cd1e23e6f4c93161;hp=685aab1988f7b6163b59ec4ca88bc8c94637f6e5;hpb=40e8d8314f10a578765e20a4eb574b2603d292df;p=fio.git diff --git a/fio.h b/fio.h index 685aab19..b58057f7 100644 --- 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