X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Flibaio.c;h=be54dca9d0ba10c4b109f29e9387884e2e6b70d0;hp=d668325f4af34ff8247e777eaf45e9f5e7804172;hb=b7f487cf80a8299a656df9c2214ff73e72956d71;hpb=90b7a96d9573a14f20470af2aa0dd4e60611a477 diff --git a/engines/libaio.c b/engines/libaio.c index d668325f..be54dca9 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, + .category = FIO_OPT_G_LIBAIO, }, { .name = NULL,