X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=optgroup.c;h=bebb4a5133a8615fa341c83d0dddcc80c38ba1b4;hp=15a16229ef9a5d02524cb478a74ba080ecc911e0;hb=0574e8c3b2b47e1e2564c2f50ea0b6f2629f2e48;hpb=e7e536b665bd6a9d3e936e0847dbbb6957101da4 diff --git a/optgroup.c b/optgroup.c index 15a16229..bebb4a51 100644 --- a/optgroup.c +++ b/optgroup.c @@ -185,6 +185,10 @@ static const struct opt_group fio_opt_cat_groups[] = { .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, },