]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodeinfo: Rename linuxParseCPUmax() to linuxParseCPUCount()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 20 Jul 2015 16:37:23 +0000 (18:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Jul 2015 08:14:01 +0000 (10:14 +0200)
commita2e2add1f1e253b5ba150446980aa32a161dc107
treeed58c4e8251cdf11682b03cf7ff391debbee2da8
parent6fecc4017d953d2c4c73b29b0ac6209644585137
nodeinfo: Rename linuxParseCPUmax() to linuxParseCPUCount()

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 behavioral changes.
src/nodeinfo.c