aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-23 17:50:18 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-23 17:50:18 +0000
commit7beb8f32c161e9b2493b7c77c158262675fbdec6 (patch)
treee2aee0c4248c05fe9f200eb894c830f7e37e79b7 /tools/libxen/include
parentd043ecebc5089e7a393b35ca81dce253d257dd70 (diff)
downloadxen-7beb8f32c161e9b2493b7c77c158262675fbdec6.tar.gz
xen-7beb8f32c161e9b2493b7c77c158262675fbdec6.tar.bz2
xen-7beb8f32c161e9b2493b7c77c158262675fbdec6.zip
Don't use the client-side shortcut for get_uuid calls -- we need to keep
handles and UUIDs conceptually separate. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libxen/include/xen_user.h b/tools/libxen/include/xen_user.h
index cce9ba8302..9669e07116 100644
--- a/tools/libxen/include/xen_user.h
+++ b/tools/libxen/include/xen_user.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, XenSource Inc.
+ * Copyright (c) 2006-2007, XenSource Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -24,8 +24,8 @@
/*
- * The user class.
- *
+ * The user class.
+ *
* A user of the system.
*/