Add FIO_OPT_G_IO_ENG category
[fio.git] / options.c
index 3caaa4f2d254129cba2745db3ccdb27e85b2a28b..03f9d413cafe2561ed860a516105703a7946b030 100644 (file)
--- a/options.c
+++ b/options.c
@@ -870,6 +870,10 @@ static struct opt_group fio_opt_groups[] = {
                .name   = "IO buffer",
                .mask   = FIO_OPT_G_IO_BUF,
        },
+       {
+               .name   = "IO engine",
+               .mask   = FIO_OPT_G_IO_ENG,
+       },
        {
                .name   = "Random",
                .mask   = FIO_OPT_G_RAND,