]> Git Repo - qemu.git/blobdiff - replication.h
target/arm: Rewrite vector gather loads
[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,
This page took 0.022844 seconds and 4 git commands to generate.