aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrlosdep.h
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
commit5cdff1952ec65b497374d174c7854afe0b291a7f (patch)
treecb53e21859c32b1f98deebfce18e9c64c2d69e95 /tools/libxc/xenctrlosdep.h
parentd52853b78cbbf036c089ba2811f16388e739a470 (diff)
downloadxen-5cdff1952ec65b497374d174c7854afe0b291a7f.tar.gz
xen-5cdff1952ec65b497374d174c7854afe0b291a7f.tar.bz2
xen-5cdff1952ec65b497374d174c7854afe0b291a7f.zip
libxc: osdep: convert xc_evtchn_fd()
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrlosdep.h')
-rw-r--r--tools/libxc/xenctrlosdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxc/xenctrlosdep.h b/tools/libxc/xenctrlosdep.h
index 5f93b7361d..8607ad8f80 100644
--- a/tools/libxc/xenctrlosdep.h
+++ b/tools/libxc/xenctrlosdep.h
@@ -74,6 +74,9 @@ struct xc_osdep_ops
size_t chunksize, privcmd_mmap_entry_t entries[],
int nentries);
} privcmd;
+ struct {
+ int (*fd)(xc_evtchn *xce, xc_osdep_handle h);
+ } evtchn;
} u;
};
typedef struct xc_osdep_ops xc_osdep_ops;