X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=replication.h;h=d49fc22cb9fbb8c5506b3b27fe1bfab53128f9ab;hb=d65af288a84d8bf8c27e55d45545f52f016c08a7;hp=8faefe005f83584c39e66e5a80cbb2aa1bc0c1ca;hpb=f2bb2d14c2958f3f5aef456bd2cdb1ff99f4a562;p=mirror_qemu.git diff --git a/replication.h b/replication.h index 8faefe005f..d49fc22cb9 100644 --- a/replication.h +++ b/replication.h @@ -16,6 +16,7 @@ #define REPLICATION_H #include "qapi/qapi-types-block-core.h" +#include "qemu/module.h" #include "qemu/queue.h" typedef struct ReplicationOps ReplicationOps; @@ -67,7 +68,6 @@ typedef struct ReplicationState ReplicationState; * * BlockDriver bdrv_replication = { * .format_name = "replication", - * .protocol_name = "replication", * .instance_size = sizeof(BDRVReplicationState), * * .bdrv_open = replication_open,