mirror of https://gitee.com/openkylin/libvirt.git
util: Fix typo vcups -> vcpus
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
58cfd0a135
commit
62bac69542
|
@ -27,7 +27,7 @@
|
|||
# include "virutil.h"
|
||||
|
||||
|
||||
char *virNumaGetAutoPlacementAdvice(unsigned short vcups,
|
||||
char *virNumaGetAutoPlacementAdvice(unsigned short vcpus,
|
||||
unsigned long long balloon);
|
||||
|
||||
int virNumaSetupMemoryPolicy(virDomainNumatuneMemMode mode,
|
||||
|
|
Loading…
Reference in New Issue