aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/xenpaging.h
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-06-22 14:47:09 +0100
committerOlaf Hering <olaf@aepfle.de>2011-06-22 14:47:09 +0100
commitfaa19e60daf043236a3a8485069966796d8df219 (patch)
treeb716a9fc322278e5b3a05f6bed95cb3591949a9c /tools/xenpaging/xenpaging.h
parentaa1355f971287932e2ba09dfb04a6122ecc3951f (diff)
downloadxen-faa19e60daf043236a3a8485069966796d8df219.tar.gz
xen-faa19e60daf043236a3a8485069966796d8df219.tar.bz2
xen-faa19e60daf043236a3a8485069966796d8df219.zip
xenpaging: add xs_handle to struct xenpaging
A xs_handle is currently used in the xc_mem_paging_flush_ioemu_cache() function and will be used by a subsequent patch. Add it to struct xenpaging. Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/xenpaging/xenpaging.h')
-rw-r--r--tools/xenpaging/xenpaging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenpaging/xenpaging.h b/tools/xenpaging/xenpaging.h
index 855966772a..2d7bead7a0 100644
--- a/tools/xenpaging/xenpaging.h
+++ b/tools/xenpaging/xenpaging.h
@@ -36,6 +36,7 @@
typedef struct xenpaging {
xc_interface *xc_handle;
+ struct xs_handle *xs_handle;
xc_platform_info_t *platform_info;
xc_domaininfo_t *domain_info;