mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virBitmap: fix build without HAVE_NUMACTL
Commit 75b198b3e7 forgot to change
arguments of dummy qemuProcessInitNumaMemoryPolicy from char* to
virBitmapPtr.
This commit is contained in:
@@ -1798,7 +1798,7 @@ cleanup:
|
|||||||
#else
|
#else
|
||||||
static int
|
static int
|
||||||
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm,
|
qemuProcessInitNumaMemoryPolicy(virDomainObjPtr vm,
|
||||||
const char *nodemask ATTRIBUTE_UNUSED)
|
virBitmapPtr nodemask ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
if (vm->def->numatune.memory.nodemask) {
|
if (vm->def->numatune.memory.nodemask) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||||
|
|||||||
Reference in New Issue
Block a user