]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - replication.h
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-03-24-tag0' into...
[thirdparty/qemu.git] / replication.h
index ece6ca6133e0613c495f70a15878782a15b93401..d49fc22cb9fbb8c5506b3b27fe1bfab53128f9ab 100644 (file)
@@ -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,