aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2010-09-22 18:02:36 +0100
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2010-09-22 18:02:36 +0100
commitea4dce89d478d62341cd2f9d8944e215f7086144 (patch)
treeb876308b4100df10cf2347265339e5bb66a87b1d /tools/libxl/xl.h
parent2dbb423e17aa902de141cc735f0c496f65cd89ba (diff)
downloadxen-ea4dce89d478d62341cd2f9d8944e215f7086144.tar.gz
xen-ea4dce89d478d62341cd2f9d8944e215f7086144.tar.bz2
xen-ea4dce89d478d62341cd2f9d8944e215f7086144.zip
xl: free memory before building a domain
Free the needed amount of memory before proceeding with the domain build. Use a filelock to prevent other xl instances from conflicting during this operation. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index 55f83599f9..ad3adafb34 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -92,5 +92,6 @@ extern xentoollog_logger_stdiostream *logger;
/* global options */
extern int autoballoon;
+extern char *lockfile;
#endif /* XL_H */