X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/9f16390cd3cdd85fa20739f07120f4d697c11837..3c2d3042849686969add641bd38b08b9877b9e8f:/replication.h diff --git a/replication.h b/replication.h index ece6ca6133..4c8354de23 100644 --- a/replication.h +++ b/replication.h @@ -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,