Merge branch 'fix_filename_overrun' of https://github.com/sitsofe/fio
[fio.git] / optgroup.c
index c228ff292c542055459e34d89e06c58731af3e7b..647748963193db4db016b2befde7fa2ec4f3a758 100644 (file)
@@ -173,6 +173,10 @@ static const struct opt_group fio_opt_cat_groups[] = {
                .name   = "NBD I/O engine", /* NBD */
                .mask   = FIO_OPT_G_NBD,
        },
+       {
+               .name   = "libcufile I/O engine", /* libcufile */
+               .mask   = FIO_OPT_G_LIBCUFILE,
+       },
        {
                .name   = NULL,
        },