aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/xenpaging.h
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-02-20 21:18:44 +0100
committerOlaf Hering <olaf@aepfle.de>2012-02-20 21:18:44 +0100
commit8e37ea4bb89f91593d7a07ebc049da540f6279ac (patch)
treeceaea355a05ba4b2f7c95d44e7af3d4dd733b729 /tools/xenpaging/xenpaging.h
parentc184cdeb7d53158e415453d9fa148a462b90b287 (diff)
downloadxen-8e37ea4bb89f91593d7a07ebc049da540f6279ac.tar.gz
xen-8e37ea4bb89f91593d7a07ebc049da540f6279ac.tar.bz2
xen-8e37ea4bb89f91593d7a07ebc049da540f6279ac.zip
xenpaging: move page_buffer into struct xenpaging
Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging/xenpaging.h')
-rw-r--r--tools/xenpaging/xenpaging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xenpaging/xenpaging.h b/tools/xenpaging/xenpaging.h
index b5f160d8c3..746556b1a0 100644
--- a/tools/xenpaging/xenpaging.h
+++ b/tools/xenpaging/xenpaging.h
@@ -49,6 +49,8 @@ struct xenpaging {
unsigned long *slot_to_gfn;
int *gfn_to_slot;
+ void *paging_buffer;
+
struct mem_event mem_event;
int fd;
/* number of pages for which data structures were allocated */