configure: new --dynamic-libengines build option
[fio.git] / engines / http.c
index 275fcab561048f9e81908863cbda3366c28b73b1..7a61b132b92bd72b94ebdc9915e311235b53fc56 100644 (file)
@@ -639,7 +639,7 @@ static int fio_http_invalidate(struct thread_data *td, struct fio_file *f)
        return 0;
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name = "http",
        .version                = FIO_IOOPS_VERSION,
        .flags                  = FIO_DISKLESSIO | FIO_SYNCIO,