Start and stop status interval (or file) thread separately
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index d834cffc2ae485cd07394e4454b22d4beceac154..2c68edcc4513fc40bd7f0e9f37daa5a8dd3d6d98 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -234,6 +234,8 @@ extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);
 extern void stat_calc_dist(unsigned int *map, unsigned long total, double *io_u_dist);
 extern void reset_io_stats(struct thread_data *);
+extern void create_status_interval_thread(void);
+extern void wait_for_status_interval_thread_exit(void);
 
 static inline int usec_to_msec(unsigned long *min, unsigned long *max,
                               double *mean, double *dev)