X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=ade4f1b80b379fe163ab085c3795b0fe1e30416a;hp=011179a020ccd05830be26ca1d82053417623f32;hb=65a4d15c132de669223445791b141eb90267f761;hpb=9973b0f961a57c19f885ffca05f86ae6ef85f8c7 diff --git a/iolog.h b/iolog.h index 011179a0..ade4f1b8 100644 --- 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; }; /*