aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_uuid.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-01-31 14:41:00 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-01-31 14:41:00 +0000
commitc2ada1ed28eae04dfd751a81b6dbcf9ed219be3d (patch)
tree5496974380d0682db94a380fd22d872e3ee78d29 /tools/libxl/libxl_uuid.h
parent582e9c1434c3c07d9c713ffcdcc74a8fde583ff4 (diff)
downloadxen-c2ada1ed28eae04dfd751a81b6dbcf9ed219be3d.tar.gz
xen-c2ada1ed28eae04dfd751a81b6dbcf9ed219be3d.tar.bz2
xen-c2ada1ed28eae04dfd751a81b6dbcf9ed219be3d.zip
libxl: plumb libxl_domain_config down into device model creation.
Creating the device model derives lots of bits from the guest configuration. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/libxl_uuid.h')
-rw-r--r--tools/libxl/libxl_uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_uuid.h b/tools/libxl/libxl_uuid.h
index 39d9d71310..93c65a7841 100644
--- a/tools/libxl/libxl_uuid.h
+++ b/tools/libxl/libxl_uuid.h
@@ -56,7 +56,7 @@ typedef struct {
int libxl_uuid_is_nil(libxl_uuid *uuid);
void libxl_uuid_generate(libxl_uuid *uuid);
int libxl_uuid_from_string(libxl_uuid *uuid, const char *in);
-void libxl_uuid_copy(libxl_uuid *dst, libxl_uuid *src);
+void libxl_uuid_copy(libxl_uuid *dst, const libxl_uuid *src);
void libxl_uuid_clear(libxl_uuid *uuid);
int libxl_uuid_compare(libxl_uuid *uuid1, libxl_uuid *uuid2);
uint8_t *libxl_uuid_bytearray(libxl_uuid *uuid);