X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=321576dbe6117946e1458ee3233ed14f0d7612cf;hp=8fedc192cd6298be13c229b955b7d651fae2da96;hb=d10983d78c4d468c00898af2a0f452530f52a18c;hpb=9b7e600ddb531fd359322bbc14e358c10761fe57 diff --git a/iolog.h b/iolog.h index 8fedc192..321576db 100644 --- a/iolog.h +++ b/iolog.h @@ -49,6 +49,11 @@ struct io_log { unsigned int log_type; + /* + * If we fail extending the log, stop collecting more entries. + */ + unsigned int disabled; + /* * Windowed average, for logging single entries average over some * period of time. @@ -78,6 +83,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;