On 04/15/2013 09:11 AM, Peter Krempa wrote:
The return value description stated that 0 is returned in case of
success
instead of the count of vCPUs.
---
src/libvirt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
ACK.
diff --git a/src/libvirt.c b/src/libvirt.c
index c5221f5..c8728b7 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -8957,7 +8957,7 @@ error:
* virtual CPU limit is queried. Otherwise, this call queries the
* current virtual CPU limit.
*
- * Returns 0 in case of success, -1 in case of failure.
+ * Returns the number of vCPUs in case of success, -1 in case of failure.
*/
int
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org