]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodeinfo: Remove out parameter from nodeGetCPUBitmap()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 20 Jul 2015 16:37:25 +0000 (18:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Jul 2015 08:14:01 +0000 (10:14 +0200)
commitccd0ea7ef58130c46599453925e8f6716d310d5c
tree1255634525c2a311e8a6022872c55ed07192cfa1
parent37f73e4ad5b049edbd92951330db2c071ca93b87
nodeinfo: Remove out parameter from nodeGetCPUBitmap()

Not all users of this API will need the size of the returned
bitmap; those who do can simply call virBitmapSize() themselves.
src/nodeinfo.c
src/nodeinfo.h