aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-14 21:59:11 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-14 21:59:11 +0000
commitefcaa9d8d3f050ecc03285f6215ab47d646162cc (patch)
tree253cf22f57ac86c30aaf7d32d064792d18e9c29e /tools/libxen/include
parenta72d446f86418dcfaf346ff13c3c25ea689724e1 (diff)
downloadxen-efcaa9d8d3f050ecc03285f6215ab47d646162cc.tar.gz
xen-efcaa9d8d3f050ecc03285f6215ab47d646162cc.tar.bz2
xen-efcaa9d8d3f050ecc03285f6215ab47d646162cc.zip
Match recent removal of VM.VCPUs_policy.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_vm.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/libxen/include/xen_vm.h b/tools/libxen/include/xen_vm.h
index 781e8ec8cd..ddce6a8d1d 100644
--- a/tools/libxen/include/xen_vm.h
+++ b/tools/libxen/include/xen_vm.h
@@ -87,7 +87,6 @@ typedef struct xen_vm_record
int64_t memory_dynamic_max;
int64_t memory_dynamic_min;
int64_t memory_static_min;
- char *vcpus_policy;
xen_string_string_map *vcpus_params;
int64_t vcpus_max;
int64_t vcpus_at_startup;
@@ -323,13 +322,6 @@ xen_vm_get_memory_static_min(xen_session *session, int64_t *result, xen_vm vm);
/**
- * Get the VCPUs/policy field of the given VM.
- */
-extern bool
-xen_vm_get_vcpus_policy(xen_session *session, char **result, xen_vm vm);
-
-
-/**
* Get the VCPUs/params field of the given VM.
*/
extern bool
@@ -568,13 +560,6 @@ xen_vm_set_memory_static_min(xen_session *session, xen_vm vm, int64_t static_min
/**
- * Set the VCPUs/policy field of the given VM.
- */
-extern bool
-xen_vm_set_vcpus_policy(xen_session *session, xen_vm vm, char *policy);
-
-
-/**
* Set the VCPUs/params field of the given VM.
*/
extern bool