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