diff options
author | Hu Tao <hutao@cn.fujitsu.com> | 2012-09-14 15:46:57 +0800 |
---|---|---|
committer | Laine Stump <laine@laine.org> | 2012-09-17 14:59:36 -0400 |
commit | 0fc89098a68f0f6962de8be4fc03ddd960ffbf08 (patch) | |
tree | 485b460ce771efa3f0fa07a544270a3350663f7c /.gitignore | |
parent | bitmap: new member variable and function renaming (diff) | |
download | libvirt-0fc89098a68f0f6962de8be4fc03ddd960ffbf08.tar.gz libvirt-0fc89098a68f0f6962de8be4fc03ddd960ffbf08.tar.bz2 libvirt-0fc89098a68f0f6962de8be4fc03ddd960ffbf08.zip |
New functions for virBitmap
In many places we store bitmap info in a chunk of data
(pointed to by a char *), and have redundant codes to
set/unset bits. This patch extends virBitmap, and convert
those codes to use virBitmap in subsequent patches.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d998f0edf..1ca537ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -157,6 +157,7 @@ /tests/utiltest /tests/viratomictest /tests/virauthconfigtest +/tests/virbitmaptest /tests/virbuftest /tests/virdrivermoduletest /tests/virhashtest |