diff options
| author | Ian Campbell <ian.campbell@citrix.com> | 2010-12-23 15:25:57 +0000 |
|---|---|---|
| committer | Ian Campbell <ian.campbell@citrix.com> | 2010-12-23 15:25:57 +0000 |
| commit | 3e446a35ee82c738367e8f90e3bc9166687043a8 (patch) | |
| tree | d2ed5fd210a798cb5c54007a08e8bd2b9e9a221f /tools/xenpaging/mem_event.h | |
| parent | 252cb308e37470915d0f64c730e4e2e829ec2512 (diff) | |
| download | xen-3e446a35ee82c738367e8f90e3bc9166687043a8.tar.gz xen-3e446a35ee82c738367e8f90e3bc9166687043a8.tar.bz2 xen-3e446a35ee82c738367e8f90e3bc9166687043a8.zip | |
libxc: convert evtchn interfaces to use an opaque handle type
This makes the interface consistent with the changes made to the main
interface in 21483:779c0ef9682c.
Also fix some references to "struct xc_interface" which should have
been simply "xc_interface" in tools/xenpaging, and update QEMU_TAG to
pull in the corresponding qemu change.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenpaging/mem_event.h')
| -rw-r--r-- | tools/xenpaging/mem_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpaging/mem_event.h b/tools/xenpaging/mem_event.h index 9f7bdf008a..807b21816b 100644 --- a/tools/xenpaging/mem_event.h +++ b/tools/xenpaging/mem_event.h @@ -40,7 +40,7 @@ typedef struct mem_event { domid_t domain_id; - int xce_handle; + xc_evtchn *xce_handle; int port; mem_event_back_ring_t back_ring; mem_event_shared_page_t *shared_page; |
