aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-08 11:13:03 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-08 11:13:03 +0100
commit112dcc7dd02c598057c6039e9756fbbf5fd6c1d3 (patch)
tree1dc44994db70b37bf149606203c6d091f16d67aa /tools/libxc/xenguest.h
parenta2567b2631fa9659ebb95b7ae6d08f09f96b65ec (diff)
downloadxen-112dcc7dd02c598057c6039e9756fbbf5fd6c1d3.tar.gz
xen-112dcc7dd02c598057c6039e9756fbbf5fd6c1d3.tar.bz2
xen-112dcc7dd02c598057c6039e9756fbbf5fd6c1d3.zip
xc_save: Clean up (*suspend)() callback hook.
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index 8ab1149cb5..ba60326a47 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -25,7 +25,7 @@
*/
int xc_domain_save(int xc_handle, int io_fd, uint32_t dom, uint32_t max_iters,
uint32_t max_factor, uint32_t flags /* XCFLAGS_xxx */,
- int (*suspend)(int domid), int hvm,
+ int (*suspend)(void), int hvm,
void *(*init_qemu_maps)(int, unsigned), /* HVM only */
void (*qemu_flip_buffer)(int, int)); /* HVM only */