]> xenbits.xensource.com Git - libvirt.git/commit
bitmap: new member variable and function renaming
authorHu Tao <hutao@cn.fujitsu.com>
Fri, 14 Sep 2012 07:46:56 +0000 (15:46 +0800)
committerLaine Stump <laine@laine.org>
Mon, 17 Sep 2012 18:59:36 +0000 (14:59 -0400)
commit0831a5badeee4bf730d40388958af4aa3e30c751
tree6ffb8927cd4fa36ec33535a7e96d8d895ec041a7
parent60b0284f24c3187bfa2225f1715c30b9d6a2eb1c
bitmap: new member variable and function renaming

Add a new member variable map_len to store map len of bitmap.
and rename size to max_bit accordingly.

rename virBitmapAlloc to virBitmapNew.
src/conf/domain_conf.c
src/conf/snapshot_conf.c
src/libvirt_private.syms
src/libxl/libxl_driver.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_driver.c
src/util/bitmap.c
src/util/bitmap.h
tools/virsh-domain.c