configure: new --dynamic-libengines build option
[fio.git] / engines / libaio.c
index 398fdf91d55b3b89cb0307bb68ef8bf38753bf39..b909b79e9c7169f7898e2aa32be37f895cafe4a0 100644 (file)
@@ -445,7 +445,7 @@ static int fio_libaio_init(struct thread_data *td)
        return 0;
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name                   = "libaio",
        .version                = FIO_IOOPS_VERSION,
        .flags                  = FIO_ASYNCIO_SYNC_TRIM,