Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
libvirt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
libvirt
libvirt
Commits
8cf042d9
Commit
8cf042d9
authored
1 month ago
by
Ankush Menat
Browse files
Options
Downloads
Patches
Plain Diff
docs: add missing cellNum parameter in function call
Signed-off-by:
Ankush Menat
<
ankushmenat@gmail.com
>
parent
c1166be3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#1647772523
failed
1 month ago
Stage: builds
Stage: integration_tests
Stage: sanity_checks
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libvirt-host.c
+1
-1
1 addition, 1 deletion
src/libvirt-host.c
with
1 addition
and
1 deletion
src/libvirt-host.c
+
1
−
1
View file @
8cf042d9
...
...
@@ -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;
* }
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment