]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: bitmap: Rename 'max_bit' to 'nbits'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 5 Feb 2018 10:24:05 +0000 (11:24 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 Feb 2018 15:08:26 +0000 (16:08 +0100)
commiteacc9312e4258841717f8a73954594a5b8db5b46
treec3a31aa0acb082d679ca5dcf2e1b0a9cd40f7e5a
parent3cac2a6c93c424d55b865a05635d96e0b1aa9d36
util: bitmap: Rename 'max_bit' to 'nbits'

'max_bit' is misleading as the value is set to the first invalid bit
as it's used as the number of bits in the bitmap. Rename it to a more
descriptive name.
src/util/virbitmap.c