configure: new --dynamic-libengines build option
[fio.git] / engines / libpmem.c
index 99c7b50ddc23a1f188d1a30e0fb249a38afbdfae..3f63055c1d9759675d8db844dc77ed005b4cf476 100644 (file)
@@ -558,7 +558,7 @@ static int fio_libpmem_close_file(struct thread_data *td, struct fio_file *f)
        return generic_close_file(td, f);
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name           = "libpmem",
        .version        = FIO_IOOPS_VERSION,
        .init           = fio_libpmem_init,