gfio: start of support for notebooked jobs
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 0fd8b72587e6eef5882f3041d1db04b40bbb2ca4..8b032b881d93d8fe1dc692a1c38898be42848bcd 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -285,11 +285,7 @@ void show_group_stats(struct group_run_stats *rs)
        }
 }
 
-#define ts_total_io_u(ts)      \
-       ((ts)->total_io_u[0] + (ts)->total_io_u[1])
-
-static void stat_calc_dist(unsigned int *map, unsigned long total,
-                          double *io_u_dist)
+void stat_calc_dist(unsigned int *map, unsigned long total, double *io_u_dist)
 {
        int i;