gerror: mixed code/data section
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index a3b391c42675772df53107d22b9e9c61e7937030..0125f5762329f6887ad527382139e68e40c800ee 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -9,6 +9,7 @@ struct group_run_stats {
        uint64_t io_kb[DDIR_RWDIR_CNT];
        uint64_t agg[DDIR_RWDIR_CNT];
        uint32_t kb_base;
+       uint32_t unit_base;
        uint32_t groupid;
        uint32_t unified_rw_rep;
 };
@@ -173,12 +174,14 @@ struct thread_stat {
        uint32_t first_error;
 
        uint32_t kb_base;
+       uint32_t unit_base;
 };
 
 struct jobs_eta {
        uint32_t nr_running;
        uint32_t nr_ramp;
        uint32_t nr_pending;
+       uint32_t nr_setting_up;
        uint32_t files_open;
        uint32_t m_rate[DDIR_RWDIR_CNT], t_rate[DDIR_RWDIR_CNT];
        uint32_t m_iops[DDIR_RWDIR_CNT], t_iops[DDIR_RWDIR_CNT];
@@ -187,6 +190,7 @@ struct jobs_eta {
        uint64_t elapsed_sec;
        uint64_t eta_sec;
        uint32_t is_pow2;
+       uint32_t unit_base;
 
        /*
         * Network 'copy' of run_str[]