mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
docs: add missing cellNum parameter in function call
Signed-off-by: Ankush Menat <ankushmenat@gmail.com>
This commit is contained in:
parent
c1166be347
commit
8cf042d983
@ -612,7 +612,7 @@ virNodeGetCPUStats(virConnectPtr conn,
|
||||
* if ((params = malloc(sizeof(virNodeMemoryStats) * nparams)) == NULL)
|
||||
* goto error;
|
||||
* memset(params, cellNum, 0, sizeof(virNodeMemoryStats) * nparams);
|
||||
* if (virNodeGetMemoryStats(conn, params, &nparams, 0))
|
||||
* if (virNodeGetMemoryStats(conn, cellNum, params, &nparams, 0))
|
||||
* goto error;
|
||||
* }
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user