aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-05-29 16:44:06 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-05-29 16:44:06 +0100
commit98c0339ead4c24ebe993e0693d354cdcbb166ec6 (patch)
tree534aedfc256bef95efd4c9381ff7910b0e04bb9f /tools/libxl/libxl_internal.h
parentbb86668db55fa24f275c8f56ddd4dcb44cd413fe (diff)
downloadxen-98c0339ead4c24ebe993e0693d354cdcbb166ec6.tar.gz
xen-98c0339ead4c24ebe993e0693d354cdcbb166ec6.tar.bz2
xen-98c0339ead4c24ebe993e0693d354cdcbb166ec6.zip
libxl: remove lockdir and config dir from the API
These are only used by xl. Rename _libxl_paths.h -> _paths.h, these are not actually "libxl" paths but rather are part of the Xen build time configuration. It is fine for xl to also consume them. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_internal.h')
-rw-r--r--tools/libxl/libxl_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index a5edea4bbc..06e682621b 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -52,7 +52,7 @@
#include <xen/io/xenbus.h>
#include "libxl.h"
-#include "_libxl_paths.h"
+#include "_paths.h"
#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
#define _hidden __attribute__((visibility("hidden")))