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
commitc184cdeb7d53158e415453d9fa148a462b90b287 (patch)
tree0093e69616b6c021bf3ba15249829a9bb7b578d6 /tools/xenpaging/xenpaging.h
parent45d78d49f2ffce2d7ec0a887807eb012a078bc61 (diff)
downloadxen-c184cdeb7d53158e415453d9fa148a462b90b287.tar.gz
xen-c184cdeb7d53158e415453d9fa148a462b90b287.tar.bz2
xen-c184cdeb7d53158e415453d9fa148a462b90b287.zip
xenpaging: move pagefile filedescriptor 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenpaging/xenpaging.h b/tools/xenpaging/xenpaging.h
index abc9f89ec4..b5f160d8c3 100644
--- a/tools/xenpaging/xenpaging.h
+++ b/tools/xenpaging/xenpaging.h
@@ -50,6 +50,7 @@ struct xenpaging {
int *gfn_to_slot;
struct mem_event mem_event;
+ int fd;
/* number of pages for which data structures were allocated */
int max_pages;
int num_paged_out;