Skip to content
Snippets Groups Projects
Commit 8cf042d9 authored by Ankush Menat's avatar Ankush Menat
Browse files

docs: add missing cellNum parameter in function call

parent c1166be3
No related branches found
No related tags found
Loading
Pipeline #1647772523 failed
......@@ -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;
* }
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment