X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=optgroup.c;h=bebb4a5133a8615fa341c83d0dddcc80c38ba1b4;hb=07fc3f57d106e58e0bcfff1a46ec8b4266770388;hp=5b6d22a3145430b0949a2cab69fff23949c36a28;hpb=e4c4625ff8368f7667b2fe81cd2040186d440c94;p=fio.git diff --git a/optgroup.c b/optgroup.c index 5b6d22a3..bebb4a51 100644 --- a/optgroup.c +++ b/optgroup.c @@ -181,6 +181,14 @@ static const struct opt_group fio_opt_cat_groups[] = { .name = "libcufile I/O engine", /* libcufile */ .mask = FIO_OPT_G_LIBCUFILE, }, + { + .name = "DAOS File System (dfs) I/O engine", /* dfs */ + .mask = FIO_OPT_G_DFS, + }, + { + .name = "NFS I/O engine", /* nfs */ + .mask = FIO_OPT_G_NFS, + }, { .name = NULL, },