Merge branch 'master' into gfio
[fio.git] / options.c
index 9d49ff1702977a06d846ff82bf6800e3ddbc2c56..c39a6b4036f2f31bfbd0a6956fb7e61b01d042c6 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2941,6 +2941,13 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .category = FIO_OPT_C_GENERAL,
                .group  = FIO_OPT_G_CLOCK,
        },
+       {
+               .name   = "unified_rw_reporting",
+               .type   = FIO_OPT_BOOL,
+               .off1   = td_var_offset(unified_rw_rep),
+               .help   = "Unify reporting across data direction",
+               .def    = "0",
+       },
        {
                .name   = "continue_on_error",
                .lname  = "Continue on error",