mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 16:15:23 +00:00
nodeinfo: Formatting changes
This commit is contained in:
parent
75f6f54546
commit
aa6c3fee86
@ -552,7 +552,8 @@ virNodeParseNode(const char *sysfs_prefix,
|
||||
return ret;
|
||||
}
|
||||
|
||||
int linuxNodeInfoCPUPopulate(const char *sysfs_prefix,
|
||||
int
|
||||
linuxNodeInfoCPUPopulate(const char *sysfs_prefix,
|
||||
FILE *cpuinfo,
|
||||
virArch arch,
|
||||
virNodeInfoPtr nodeinfo)
|
||||
@ -1046,7 +1047,8 @@ virNodeGetSiblingsList(const char *dir, int cpu_id)
|
||||
}
|
||||
#endif
|
||||
|
||||
int nodeGetInfo(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
int
|
||||
nodeGetInfo(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
virNodeInfoPtr nodeinfo)
|
||||
{
|
||||
virArch hostarch = virArchFromHost();
|
||||
@ -1123,7 +1125,8 @@ int nodeGetInfo(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
#endif
|
||||
}
|
||||
|
||||
int nodeGetCPUStats(int cpuNum ATTRIBUTE_UNUSED,
|
||||
int
|
||||
nodeGetCPUStats(int cpuNum ATTRIBUTE_UNUSED,
|
||||
virNodeCPUStatsPtr params ATTRIBUTE_UNUSED,
|
||||
int *nparams ATTRIBUTE_UNUSED,
|
||||
unsigned int flags)
|
||||
@ -1153,7 +1156,8 @@ int nodeGetCPUStats(int cpuNum ATTRIBUTE_UNUSED,
|
||||
#endif
|
||||
}
|
||||
|
||||
int nodeGetMemoryStats(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
int
|
||||
nodeGetMemoryStats(const char *sysfs_prefix ATTRIBUTE_UNUSED,
|
||||
int cellNum ATTRIBUTE_UNUSED,
|
||||
virNodeMemoryStatsPtr params ATTRIBUTE_UNUSED,
|
||||
int *nparams ATTRIBUTE_UNUSED,
|
||||
|
Loading…
Reference in New Issue
Block a user