Merge branch 'histogram-delta' of https://github.com/cronburg/fio into histogram
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index 93e970e5f294e7185068bca259613d77f0108171..93a9536f2ffc31d089d4a0da78902b8be368e18e 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -18,9 +18,14 @@ struct io_stat {
        fio_fp64_t S;
 };
 
+struct io_u_plat_list {
+       struct flist_head list;
+};
+
 struct io_hist {
        uint64_t samples;
        unsigned long hist_last;
+       struct io_u_plat_list list;
 };
 
 /*