aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/pagein.c
diff options
context:
space:
mode:
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;