mirror of https://gitee.com/openkylin/libvirt.git
hostcpu: fix build on FreeBSD
* Fix misspelt function name: s/virHostCPUGetStatsFreebsd/virHostCPUGetStatsFreeBSD/ * Mark the first argument to virHostCPUGetInfo with ATTRIBUTE_UNUSED as it's not actually used on non-Linux
This commit is contained in:
parent
992f93f18a
commit
2af0541572
|
@ -88,7 +88,7 @@ virHostCPUGetCountAppleFreeBSD(void)
|
|||
# define TICK_TO_NSEC (1000ull * 1000ull * 1000ull / (stathz ? stathz : hz))
|
||||
|
||||
static int
|
||||
virHostCPUGetStatsFreebsd(int cpuNum,
|
||||
virHostCPUGetStatsFreeBSD(int cpuNum,
|
||||
virNodeCPUStatsPtr params,
|
||||
int *nparams)
|
||||
{
|
||||
|
@ -962,7 +962,7 @@ virHostCPUParseMapLinux(int max_cpuid, const char *path)
|
|||
|
||||
|
||||
int
|
||||
virHostCPUGetInfo(virArch hostarch,
|
||||
virHostCPUGetInfo(virArch hostarch ATTRIBUTE_UNUSED,
|
||||
unsigned int *cpus,
|
||||
unsigned int *mhz,
|
||||
unsigned int *nodes,
|
||||
|
|
Loading…
Reference in New Issue