aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-04 12:12:28 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-04 12:12:28 +0100
commit335c738c440e8a283e10660d38bf82532b439cf8 (patch)
treefe8b39f6bacc47192af94962f9e3a7a2b5d1670b /tools/libxc/xenguest.h
parent1edbc90d9991dcf2196114bf1d7ac2a75b996f3a (diff)
downloadxen-335c738c440e8a283e10660d38bf82532b439cf8.tar.gz
xen-335c738c440e8a283e10660d38bf82532b439cf8.tar.bz2
xen-335c738c440e8a283e10660d38bf82532b439cf8.zip
Change the global suspend event channel lock file to a per-domain lock file
This allows multiple guests to be migrated or protected by Remus simultaneously. Signed-off-by: Shriram Rajagopalan <rshriram@cs.ubc.ca> Acked-by: Brendan Cully <brendan@cs.ubc.ca>
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 851f76985c..d1d86b2c1c 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -157,7 +157,7 @@ int xc_hvm_build_mem(int xc_handle,
const char *image_buffer,
unsigned long image_size);
-int xc_suspend_evtchn_release(int xce, int suspend_evtchn);
+int xc_suspend_evtchn_release(int xce, int domid, int suspend_evtchn);
int xc_suspend_evtchn_init(int xc, int xce, int domid, int port);