X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=optgroup.c;h=647748963193db4db016b2befde7fa2ec4f3a758;hb=8e4b2e55512f1b75e99a9c4fe1fd7af5e05ecc4d;hp=c228ff292c542055459e34d89e06c58731af3e7b;hpb=d643a1e29d31bf974a613866819dde241c928b6d;p=fio.git diff --git a/optgroup.c b/optgroup.c index c228ff29..64774896 100644 --- a/optgroup.c +++ b/optgroup.c @@ -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, },