diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/throttle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/throttle.c b/block/throttle.c index 5f4d43d..95ed06a 100644 --- a/block/throttle.c +++ b/block/throttle.c @@ -215,10 +215,9 @@ static void coroutine_fn throttle_co_drain_end(BlockDriverState *bs) static BlockDriver bdrv_throttle = { .format_name = "throttle", - .protocol_name = "throttle", .instance_size = sizeof(ThrottleGroupMember), - .bdrv_file_open = throttle_open, + .bdrv_open = throttle_open, .bdrv_close = throttle_close, .bdrv_co_flush = throttle_co_flush, |