t/zbd: fix wrong units in test case #37
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index 0d14166632d873661ae020525a7723a5f6221856..6dd5ef743a0803b79d5652615dabba416c01dad3 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -319,7 +319,7 @@ extern void show_group_stats(struct group_run_stats *rs, struct buf_output *);
 extern bool calc_thread_status(struct jobs_eta *je, int force);
 extern void display_thread_status(struct jobs_eta *je);
 extern void __show_run_stats(void);
-extern void __show_running_run_stats(void);
+extern int __show_running_run_stats(void);
 extern void show_running_run_stats(void);
 extern void check_for_running_stats(void);
 extern void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, bool first);