summaryrefslogtreecommitdiffstats
path: root/libvirt-lxc-override.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-12 18:21:52 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-22 14:44:48 +0000
commit8917998633d3639801abf426dd24d8fe09345298 (patch)
tree315b7f70a8634d2f5f56dcc9e41855b3d4404bcc /libvirt-lxc-override.c
parent9eea4b5a58c9c9190afee73b58271f195d6fb443 (diff)
downloadlibvirt-python-v8-8917998633d3639801abf426dd24d8fe09345298.tar.gz
libvirt-python-v8-8917998633d3639801abf426dd24d8fe09345298.tar.xz
libvirt-python-v8-8917998633d3639801abf426dd24d8fe09345298.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-lxc-override.c')
-rw-r--r--libvirt-lxc-override.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvirt-lxc-override.c b/libvirt-lxc-override.c
index 9b8cd4c..03b00b0 100644
--- a/libvirt-lxc-override.c
+++ b/libvirt-lxc-override.c
@@ -18,6 +18,7 @@
#include <libvirt/libvirt-lxc.h>
#include <libvirt/virterror.h>
#include "typewrappers.h"
+#include "libvirt-utils.h"
#include "build/libvirt-lxc.h"
#ifndef __CYGWIN__