summaryrefslogtreecommitdiffstats
path: root/libvirt-qemu-override.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-09-27 14:57:43 +0100
committerDaniel P. Berrange <berrange@redhat.com>2013-11-12 18:02:07 +0000
commit8966505a245f00583961c68025ca546c841a5227 (patch)
treec6afcd74ff57b5b53135f06c05ebc39cf14171d2 /libvirt-qemu-override.c
parent0d38774783b0e408e789f8f29f4aea4eecd01def (diff)
downloadlibvirt-python-v6-8966505a245f00583961c68025ca546c841a5227.tar.gz
libvirt-python-v6-8966505a245f00583961c68025ca546c841a5227.tar.xz
libvirt-python-v6-8966505a245f00583961c68025ca546c841a5227.zip
Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functions
Import the libvirt memory allocation functions, stripping the OOM testing and error reporting pieces. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'libvirt-qemu-override.c')
-rw-r--r--libvirt-qemu-override.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvirt-qemu-override.c b/libvirt-qemu-override.c
index 4008b10..676e8bf 100644
--- a/libvirt-qemu-override.c
+++ b/libvirt-qemu-override.c
@@ -18,6 +18,7 @@
#include <libvirt/libvirt-qemu.h>
#include <libvirt/virterror.h>
#include "typewrappers.h"
+#include "libvirt-utils.h"
#include "build/libvirt-qemu.h"
#ifndef __CYGWIN__