Read stats for backlog verifies not reported for time-expired workloads
[fio.git] / libfio.c
index 1a8917768b86eeabe8ffefa8e0bc9675c51162c3..ac5219744e3dc41906c3ac16a25b6e1d24fc8d74 100644 (file)
--- a/libfio.c
+++ b/libfio.c
@@ -94,6 +94,7 @@ static void reset_io_counters(struct thread_data *td, int all)
                        td->rate_next_io_time[ddir] = 0;
                        td->last_usec[ddir] = 0;
                }
+               td->bytes_verified = 0;
        }
 
        td->zone_bytes = 0;