X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=b58057f72009f9df12fa01879ef4f7df6732a1ef;hp=685aab1988f7b6163b59ec4ca88bc8c94637f6e5;hb=a94aedbc11829470cce77eb52969601d618054d6;hpb=a6d7953002576946bd7d6703fca698a16ad454a5;ds=sidebyside 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