aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-10-22 15:14:51 +0100
committerIan Campbell <ian.campbell@citrix.com>2010-10-22 15:14:51 +0100
commit231c3160913a957cb9aeb693a7966ac3f8ecc780 (patch)
treea12d65e9125a77388c212a7791d38c76ae4ef88c /tools/libxc/xenctrl.h
parent79647c5bc9c62feeed8a1e50e7c73001ae10b23d (diff)
downloadxen-231c3160913a957cb9aeb693a7966ac3f8ecc780.tar.gz
xen-231c3160913a957cb9aeb693a7966ac3f8ecc780.tar.bz2
xen-231c3160913a957cb9aeb693a7966ac3f8ecc780.zip
libxc: convert shadow domctl interfaces and save/restore over to hypercall buffers
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index f69826302b..35e1ac1303 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -601,7 +601,7 @@ typedef xen_domctl_shadow_op_stats_t xc_shadow_op_stats_t;
int xc_shadow_control(xc_interface *xch,
uint32_t domid,
unsigned int sop,
- unsigned long *dirty_bitmap,
+ xc_hypercall_buffer_t *dirty_bitmap,
unsigned long pages,
unsigned long *mb,
uint32_t mode,