Staticize pmemblk ioengine_ops
[fio.git] / engines / pmemblk.c
index ca72697819511dc1190658bc687d2f5534f621f4..5439da055f29aaecd7f706dbef85b24487468aa1 100644 (file)
@@ -482,7 +482,7 @@ static int fio_pmemblk_unlink_file(struct thread_data *td, struct fio_file *f)
        return 0;
 }
 
-struct ioengine_ops ioengine = {
+static struct ioengine_ops ioengine = {
        .name = "pmemblk",
        .version = FIO_IOOPS_VERSION,
        .queue = fio_pmemblk_queue,