X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Flibaio.c;h=9cc910d73bc19fdbb690baa5295131fc0f7addbc;hb=5e1d8745471d1f315113c5c3fd8b93809d9ddff9;hp=d668325f4af34ff8247e777eaf45e9f5e7804172;hpb=836fcc0fceb233ebcc41ee63b4ea5cae20b678a4;p=fio.git diff --git a/engines/libaio.c b/engines/libaio.c index d668325f..9cc910d7 100644 --- a/engines/libaio.c +++ b/engines/libaio.c @@ -33,7 +33,8 @@ static struct fio_option options[] = { .type = FIO_OPT_STR_SET, .off1 = offsetof(struct libaio_options, userspace_reap), .help = "Use alternative user-space reap implementation", - .category = FIO_OPT_C_IO, + .category = FIO_OPT_C_ENGINE, + .group = FIO_OPT_G_LIBAIO, }, { .name = NULL,