Merge branch 'fuzz' of https://github.com/catenacyber/fio
[fio.git] / engines / nbd.c
index 5323792907a9d3e505a5e27a970fd0cdaf327da6..b0ba75e69428f63324a764cc702f679bf6c1e5da 100644 (file)
@@ -328,7 +328,7 @@ static int nbd_invalidate(struct thread_data *td, struct fio_file *f)
        return 0;
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name                   = "nbd",
        .version                = FIO_IOOPS_VERSION,
        .options                = options,