X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Flibaio.c;h=9cc910d73bc19fdbb690baa5295131fc0f7addbc;hb=fdc0f3b646e417497849d4398029f780b0e5262f;hp=d668325f4af34ff8247e777eaf45e9f5e7804172;hpb=135be493d843d4cae2966a35cbd22a3058ec8e4b;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,