]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replication.h
roms: Allow passing configure options to the EDK2 build tools
[mirror_qemu.git] / replication.h
index ece6ca6133e0613c495f70a15878782a15b93401..4c8354de23ca2c9c1255ecd881f62de1a384fed7 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef REPLICATION_H
 #define REPLICATION_H
 
+#include "qapi/qapi-types-block-core.h"
 #include "qemu/queue.h"
 
 typedef struct ReplicationOps ReplicationOps;
@@ -66,7 +67,6 @@ typedef struct ReplicationState ReplicationState;
  *
  * BlockDriver bdrv_replication = {
  *     .format_name                = "replication",
- *     .protocol_name              = "replication",
  *     .instance_size              = sizeof(BDRVReplicationState),
  *
  *     .bdrv_open                  = replication_open,