histogram: style and list fixups
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index 93a9536f2ffc31d089d4a0da78902b8be368e18e..ca344f1970208018882492ea717e05d735f5d15b 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -18,14 +18,10 @@ 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;
+       struct flist_head list;
 };
 
 /*