aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorJuergen Gross <juergen.gross@ts.fujitsu.com>2010-10-21 18:36:22 +0100
committerJuergen Gross <juergen.gross@ts.fujitsu.com>2010-10-21 18:36:22 +0100
commitf66601c5629d5bd82797827a8f89dbdbcf410771 (patch)
tree2843c418af03c3f9bafb1409bcf3a91319b274e7 /tools/libxl/libxl_internal.h
parent18dd3dbdf2721c656676a15dac91eefb7b46e3cd (diff)
downloadxen-f66601c5629d5bd82797827a8f89dbdbcf410771.tar.gz
xen-f66601c5629d5bd82797827a8f89dbdbcf410771.tar.bz2
xen-f66601c5629d5bd82797827a8f89dbdbcf410771.zip
tools: cpupools: xl: commands and library changes
Support of cpu pools in libxl and xl: library functions xl cpupool-create xl cpupool-list xl cpupool-destroy xl cpupool-cpu-add xl cpupool-cpu-remove xl cpupool-migrate Renamed all cpu pool related names to *cpupool* Signed-off-by: juergen.gross@ts.fujitsu.com Signed-off-by: Ian Jackson <ian.jackson@eu.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 6baa6be4bb..e89ac2fe9f 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -235,7 +235,7 @@ _hidden char *libxl__abs_path(libxl__gc *gc, char *s, const char *path);
#define LIBXL__LOG_ERROR XTL_ERROR
_hidden char *libxl__domid_to_name(libxl__gc *gc, uint32_t domid);
-_hidden char *libxl__poolid_to_name(libxl__gc *gc, uint32_t poolid);
+_hidden char *libxl__cpupoolid_to_name(libxl__gc *gc, uint32_t poolid);
/* holds the CPUID response for a single CPUID leaf