t/latency_percentiles.py: correct terse parse
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 7f987c7f41370745b0b50acb992f21782ec4b5ad..eb40bd7f44bb7c4c40c84fc5c70fa9648f996772 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -2299,7 +2299,7 @@ void __show_run_stats(void)
        free(opt_lists);
 }
 
-void __show_running_run_stats(void)
+int __show_running_run_stats(void)
 {
        struct thread_data *td;
        unsigned long long *rt;
@@ -2350,6 +2350,8 @@ void __show_running_run_stats(void)
 
        free(rt);
        fio_sem_up(stat_sem);
+
+       return 0;
 }
 
 static bool status_file_disabled;