mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +00:00
lib: Fix docs about return value of virDomainGetVcpusFlags()
The return value description stated that 0 is returned in case of success instead of the count of vCPUs.
This commit is contained in:
parent
3208c562b4
commit
13f2608126
@ -8968,7 +8968,7 @@ error:
|
|||||||
* virtual CPU limit is queried. Otherwise, this call queries the
|
* virtual CPU limit is queried. Otherwise, this call queries the
|
||||||
* current virtual CPU limit.
|
* 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
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user