]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Change return argument for virBitmapParseUnlimited
authorJohn Ferlan <jferlan@redhat.com>
Wed, 22 Mar 2017 13:39:53 +0000 (09:39 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 22 Mar 2017 17:49:59 +0000 (13:49 -0400)
commit9f66e09bc5a4eda4e38cd1feb501a9cfa768f058
treecddde34a917e3e3520d5b28dfac53bf1acd06957
parent0543db3a1acd42118101f0e30df9b06873d6d9e8
util: Change return argument for virBitmapParseUnlimited

Rather than returning an int and a *bitmap pointer, just return and
check a NULL bitmap pointer
src/util/virbitmap.c
src/util/virbitmap.h
tests/testutils.c
tests/virbitmaptest.c