X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Flibaio.c;h=9cc910d73bc19fdbb690baa5295131fc0f7addbc;hb=1d824f370d9e7fb9fc5aa23bc847c31c8467367a;hp=4d1f3a311a18fb4ce6b6fad69258062abe785574;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0;p=fio.git diff --git a/engines/libaio.c b/engines/libaio.c index 4d1f3a31..9cc910d7 100644 --- a/engines/libaio.c +++ b/engines/libaio.c @@ -29,9 +29,12 @@ struct libaio_options { static struct fio_option options[] = { { .name = "userspace_reap", + .lname = "Libaio userspace reaping", .type = FIO_OPT_STR_SET, .off1 = offsetof(struct libaio_options, userspace_reap), .help = "Use alternative user-space reap implementation", + .category = FIO_OPT_C_ENGINE, + .group = FIO_OPT_G_LIBAIO, }, { .name = NULL,