throttle: Make throttle_is_valid() a bit less verbose
commitfa36f1b2ebcd9a7b2a58c8e12dfb1cc8596c23c0
authorAlberto Garcia <berto@igalia.com>
Thu, 24 Aug 2017 13:24:45 +0000 (24 16:24 +0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 29 Aug 2017 15:54:45 +0000 (29 16:54 +0100)
tree59a9be9359f54e5ae617c5d6da36fd6bd5fde690
parent0770a7a6466cc2dbf4ac91841173ad4488e1fbc7
throttle: Make throttle_is_valid() a bit less verbose

Use a pointer to the bucket instead of repeating cfg->buckets[i] all
the time. This makes the code more concise and will help us expand the
checks later and save a few line breaks.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: 763ffc40a26b17d54cf93f5a999e4656049fcf0c.1503580370.git.berto@igalia.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
util/throttle.c