diff options
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/block_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block/block_int.h b/include/block/block_int.h index f004378d58..02b312fea9 100644 --- a/include/block/block_int.h +++ b/include/block/block_int.h @@ -380,6 +380,7 @@ struct BlockDriverState { /* I/O throttling */ ThrottleState throttle_state; + ThrottleTimers throttle_timers; CoQueue throttled_reqs[2]; bool io_limits_enabled; |