Fix bad indexing of options
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index 30b2d3289f9cc94854198b2a139e673fa52f0a5b..72cbe1684078cb83b37ce76b63c69c9d8e9b8e49 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -179,6 +179,12 @@ struct jobs_eta {
        uint32_t iops[2];
        uint64_t elapsed_sec;
        uint64_t eta_sec;
+
+       /*
+        * Network 'copy' of run_str[]
+        */
+       uint32_t nr_threads;
+       uint8_t run_str[0];
 };
 
 extern void show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);