Re: [libvirt] [PATCH v2 05/10] nodeinfo: Remove out parameter from nodeGetCPUBitmap()

2015-07-22 Thread Peter Krempa
On Mon, Jul 20, 2015 at 18:37:25 +0200, Andrea Bolognani wrote: > 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 | 12 +--- > src/nodeinfo.h | 2 +- > 2 files changed, 6 insertions(+),

[libvirt] [PATCH v2 05/10] nodeinfo: Remove out parameter from nodeGetCPUBitmap()

2015-07-20 Thread Andrea Bolognani
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 | 12 +--- src/nodeinfo.h | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/nodeinfo.c b/src/nodeinfo.c index ceb517a..