aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/pagein.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-01-09 17:07:26 +0100
committerOlaf Hering <olaf@aepfle.de>2012-01-09 17:07:26 +0100
commitf08f1c8755206e8c7f05c904bda09ec2d08c49a0 (patch)
tree780a3b4fd18b8074649ebac940fc47c9e116da44 /tools/xenpaging/pagein.c
parent98eda193b6b358929423979b12a839f2d2c2e83a (diff)
downloadxen-f08f1c8755206e8c7f05c904bda09ec2d08c49a0.tar.gz
xen-f08f1c8755206e8c7f05c904bda09ec2d08c49a0.tar.bz2
xen-f08f1c8755206e8c7f05c904bda09ec2d08c49a0.zip
xenpaging: convert xenpaging_t to struct xenpaging
Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging/pagein.c')
-rw-r--r--tools/xenpaging/pagein.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenpaging/pagein.c b/tools/xenpaging/pagein.c
index 579620f241..fe84b3cca9 100644
--- a/tools/xenpaging/pagein.c
+++ b/tools/xenpaging/pagein.c
@@ -61,7 +61,7 @@ void page_in_trigger(void)
pthread_cond_signal(&page_in_cond);
}
-void create_page_in_thread(xenpaging_t *paging)
+void create_page_in_thread(struct xenpaging *paging)
{
page_in_args.dom = paging->mem_event.domain_id;
page_in_args.pagein_queue = paging->pagein_queue;