Re: [libvirt] [PATCH 03/10] nodeinfo: Rename linuxParseCPUmax() to linuxParseCPUCount()

2015-07-20 Thread Peter Krempa
On Fri, Jul 17, 2015 at 18:13:22 +0200, Andrea Bolognani wrote: > The original name was confusing because the function returns the number > of CPUs, not the maximum CPU id. The comment above the function has > been updated to reflect this. > > No functional changes. > --- > src/nodeinfo.c | 7 +++

[libvirt] [PATCH 03/10] nodeinfo: Rename linuxParseCPUmax() to linuxParseCPUCount()

2015-07-17 Thread Andrea Bolognani
The original name was confusing because the function returns the number of CPUs, not the maximum CPU id. The comment above the function has been updated to reflect this. No functional changes. --- src/nodeinfo.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/nodein