configure: new --dynamic-libengines build option
[fio.git] / engines / rbd.c
index a08f47757acdfbe03e18f009d251cb7846272d4d..268b6ebdffad2b71e4da565ed90867e76f90947a 100644 (file)
@@ -668,7 +668,7 @@ static int fio_rbd_io_u_init(struct thread_data *td, struct io_u *io_u)
        return 0;
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name                   = "rbd",
        .version                = FIO_IOOPS_VERSION,
        .setup                  = fio_rbd_setup,