configure: new --dynamic-libengines build option
[fio.git] / engines / rados.c
index d44134276b471010f9a96f5a0c75c547f38990ea..42ee48ff02b3f6371027ab4cbcbc304aefbbea10 100644 (file)
@@ -444,7 +444,7 @@ static int fio_rados_io_u_init(struct thread_data *td, struct io_u *io_u)
 }
 
 /* ioengine_ops for get_ioengine() */
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name = "rados",
        .version                = FIO_IOOPS_VERSION,
        .flags                  = FIO_DISKLESSIO,