Update for RDMA io engine's compatibility
[fio.git] / engines / libaio.c
index 4d1f3a311a18fb4ce6b6fad69258062abe785574..9cc910d73bc19fdbb690baa5295131fc0f7addbc 100644 (file)
@@ -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,