Merge branch 'histogram-delta' of https://github.com/cronburg/fio into histogram
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index c3e343d2de2ff5f743b36d8b00cd101c0ee4ed04..e6f77599310db55e996d55cfc9ad7f5513f11963 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -240,6 +240,11 @@ struct jobs_eta {
        uint8_t run_str[];
 } __attribute__((packed));
 
+struct io_u_plat_entry {
+       struct flist_head list;
+       unsigned int io_u_plat[FIO_IO_U_PLAT_NR];
+};
+
 extern struct fio_mutex *stat_mutex;
 
 extern struct jobs_eta *get_jobs_eta(bool force, size_t *size);