diff options
Diffstat (limited to 'block/cow.c')
-rw-r--r-- | block/cow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/cow.c b/block/cow.c index 764b93fae0..3ae1b5cdc9 100644 --- a/block/cow.c +++ b/block/cow.c @@ -58,7 +58,8 @@ static int cow_probe(const uint8_t *buf, int buf_size, const char *filename) return 0; } -static int cow_open(BlockDriverState *bs, QDict *options, int flags) +static int cow_open(BlockDriverState *bs, QDict *options, int flags, + Error **errp) { BDRVCowState *s = bs->opaque; struct cow_header_v2 cow_header; |