X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=3ec48f2100fe04f1cc8981a81d61e0d60fb3f9ea;hp=6503acffd10659b2ff4e5d5f187b9d5c516de28b;hb=74454ce40f1a5e1e682da0a8acb824a7f6910270;hpb=3c568239a319087a965b06bc2ed94d058810100f diff --git a/iolog.h b/iolog.h index 6503acff..3ec48f21 100644 --- a/iolog.h +++ b/iolog.h @@ -67,6 +67,7 @@ enum { IP_F_ONRB = 1, IP_F_ONLIST = 2, IP_F_TRIMMED = 4, + IP_F_IN_FLIGHT = 8, }; /* @@ -83,6 +84,7 @@ struct io_piece { struct fio_file *file; }; unsigned long long offset; + unsigned short numberio; unsigned long len; unsigned int flags; enum fio_ddir ddir;