aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/Makefile
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-06-10 10:47:28 +0200
committerOlaf Hering <olaf@aepfle.de>2011-06-10 10:47:28 +0200
commit3568b93ad4b6301b8e66668c8e9c8427adcfa2a7 (patch)
treed0507a04c9face28ba058341feeb303c33f6b3e0 /tools/xenpaging/Makefile
parent64816ee56f60b190d4916a80616e28bbc60d19ad (diff)
downloadxen-3568b93ad4b6301b8e66668c8e9c8427adcfa2a7.tar.gz
xen-3568b93ad4b6301b8e66668c8e9c8427adcfa2a7.tar.bz2
xen-3568b93ad4b6301b8e66668c8e9c8427adcfa2a7.zip
xenpaging: implement stopping of pager by sending SIGTERM/SIGINT
Write all paged-out pages back into the guest if the pager is interrupted by ctrl-c or if it receives SIGTERM. Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/xenpaging/Makefile')
-rw-r--r--tools/xenpaging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index d312c9df41..6c20a8d52b 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -8,6 +8,7 @@ POLICY = default
SRC :=
SRCS += file_ops.c xenpaging.c policy_$(POLICY).c
+SRCS += pagein.c
CFLAGS += -Werror
CFLAGS += -Wno-unused