aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-09 01:25:43 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-09 01:25:43 +0000
commitd0a005909aa12e8b75ad6dfacc9d48d9e7eb22b4 (patch)
tree45277b8aace073eaf1a3ecba9124b737ea23393b /tools/libxen/include
parent4eb63aba01bb805a03a0829ef5dc4a3174a71dba (diff)
downloadxen-d0a005909aa12e8b75ad6dfacc9d48d9e7eb22b4.tar.gz
xen-d0a005909aa12e8b75ad6dfacc9d48d9e7eb22b4.tar.bz2
xen-d0a005909aa12e8b75ad6dfacc9d48d9e7eb22b4.zip
Remove VDI.set_SR -- this was always unimplemented, and pretty mad.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_vdi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/libxen/include/xen_vdi.h b/tools/libxen/include/xen_vdi.h
index 90120370d5..26e147250e 100644
--- a/tools/libxen/include/xen_vdi.h
+++ b/tools/libxen/include/xen_vdi.h
@@ -293,13 +293,6 @@ xen_vdi_set_name_description(xen_session *session, xen_vdi vdi, char *descriptio
/**
- * Set the SR field of the given VDI.
- */
-extern bool
-xen_vdi_set_sr(xen_session *session, xen_vdi vdi, xen_sr sr);
-
-
-/**
* Set the virtual_size field of the given VDI.
*/
extern bool