Allow reset of offset_increment counter
[fio.git] / options.c
index 75c9bf5e1722c92d13a33982ff35665d6af9ce7d..3a3321f7b9d6a3d9b0b5bbf4b8da1d283182c3e3 100644 (file)
--- a/options.c
+++ b/options.c
@@ -3116,6 +3116,15 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .category = FIO_OPT_C_LOG,
                .group  = FIO_OPT_G_INVALID,
        },
+       {
+               .name   = "log_store_compressed",
+               .lname  = "Log store compressed",
+               .type   = FIO_OPT_BOOL,
+               .off1   = td_var_offset(log_gz_store),
+               .help   = "Store logs in a compressed format",
+               .category = FIO_OPT_C_LOG,
+               .group  = FIO_OPT_G_INVALID,
+       },
 #endif
        {
                .name   = "bwavgtime",