Rename fio_mutex into fio_sem
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index 7580f0d6cdab63c431f15195178d77a4636685ff..8e7bcdb24d1e187194d9c65368bbf82db550279c 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -277,7 +277,7 @@ struct io_u_plat_entry {
        uint64_t io_u_plat[FIO_IO_U_PLAT_NR];
 };
 
-extern struct fio_mutex *stat_mutex;
+extern struct fio_sem *stat_sem;
 
 extern struct jobs_eta *get_jobs_eta(bool force, size_t *size);