aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_evtchn.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
commitcb1325b0d5f2809eeb855ef3dc655366536910b8 (patch)
treedb5865c73e4423391925c7063a08a90e8e473174 /tools/libxc/xc_evtchn.c
parent660aa26bec0c544fd5ef50643d87e9d363d79c39 (diff)
downloadxen-cb1325b0d5f2809eeb855ef3dc655366536910b8.tar.gz
xen-cb1325b0d5f2809eeb855ef3dc655366536910b8.tar.bz2
xen-cb1325b0d5f2809eeb855ef3dc655366536910b8.zip
libxc: osdep: convert xc_evtchn_bind_unbound_port()
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xc_evtchn.c')
-rw-r--r--tools/libxc/xc_evtchn.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libxc/xc_evtchn.c b/tools/libxc/xc_evtchn.c
index ff807e8b5a..047b519331 100644
--- a/tools/libxc/xc_evtchn.c
+++ b/tools/libxc/xc_evtchn.c
@@ -88,6 +88,12 @@ int xc_evtchn_notify(xc_evtchn *xce, evtchn_port_t port)
return xce->ops->u.evtchn.notify(xce, xce->ops_handle, port);
}
+evtchn_port_or_error_t
+xc_evtchn_bind_unbound_port(xc_evtchn *xce, int domid)
+{
+ return xce->ops->u.evtchn.bind_unbound_port(xce, xce->ops_handle, domid);
+}
+
/*
* Local variables:
* mode: C