mirror of
https://github.com/qemu/qemu.git
synced 2025-08-10 21:34:57 +00:00
throttle: Fix wrong variable name in the header documentation
The level of the burst bucket is stored in bkt.burst_level, not bkt.burst_length. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Manos Pitsidianakis <el13635@mail.ntua.gr> Message-id: 49aab2711d02f285567f3b3b13a113847af33812.1503580370.git.berto@igalia.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
cdd346371e
commit
faa8215c17
@ -63,7 +63,7 @@ typedef enum {
|
|||||||
* - The bkt.avg rate does not apply until the bucket is full,
|
* - The bkt.avg rate does not apply until the bucket is full,
|
||||||
* allowing the user to do bursts until then. The I/O limit during
|
* allowing the user to do bursts until then. The I/O limit during
|
||||||
* bursts is bkt.max. To enforce this limit we keep an additional
|
* bursts is bkt.max. To enforce this limit we keep an additional
|
||||||
* bucket in bkt.burst_length that leaks at a rate of bkt.max units
|
* bucket in bkt.burst_level that leaks at a rate of bkt.max units
|
||||||
* per second.
|
* per second.
|
||||||
*
|
*
|
||||||
* - Because of all of the above, the user can perform I/O at a
|
* - Because of all of the above, the user can perform I/O at a
|
||||||
|
Loading…
Reference in New Issue
Block a user