aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_evtchn.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-12-01 15:22:22 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-12-01 15:22:22 +0100
commit96428d33d9b6f28ce02902eae1a480b1d8f0e713 (patch)
tree2309ca46a0c07d0d9d84881b437d5e23ed8911fc /tools/libxc/xc_evtchn.c
parent23f0fe07cd3c89f9bf913c9da173e4c0b64bb8b7 (diff)
downloadxen-96428d33d9b6f28ce02902eae1a480b1d8f0e713.tar.gz
xen-96428d33d9b6f28ce02902eae1a480b1d8f0e713.tar.bz2
xen-96428d33d9b6f28ce02902eae1a480b1d8f0e713.zip
Define explicit evtchn_port_t type (32 bits) and plumb up
to user space thru /dev/xen/evtchn. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xc_evtchn.c')
-rw-r--r--tools/libxc/xc_evtchn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xc_evtchn.c b/tools/libxc/xc_evtchn.c
index ffc252ed5a..97cdac9548 100644
--- a/tools/libxc/xc_evtchn.c
+++ b/tools/libxc/xc_evtchn.c
@@ -51,7 +51,7 @@ int xc_evtchn_alloc_unbound(int xc_handle,
int xc_evtchn_status(int xc_handle,
uint32_t dom,
- int port,
+ evtchn_port_t port,
xc_evtchn_status_t *status)
{
int rc;