Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Vagin <avagin@openvz.org>2015-03-31 10:45:26 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-03-31 10:45:38 +0300
commitc324c896b91406d7d29fc422d73aaa009604ff5a (patch)
tree0fe1495209ac8304f2f1dd483d26af5f37b44579
parent4bfafd09d68050982a763b1962043d3f6c3dd087 (diff)
actions: report pid in the post-restore notification
libcontainer saves PID in a state file. Signed-off-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rw-r--r--cr-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cr-service.c b/cr-service.c
index 45db04bd1..0f0e2e2b1 100644
--- a/cr-service.c
+++ b/cr-service.c
@@ -163,6 +163,7 @@ int send_criu_rpc_script(enum script_actions act, char *name, int fd)
switch (act) {
case ACT_SETUP_NS:
+ case ACT_POST_RESTORE:
/*
* FIXME pid is required only once on
* restore. Need some more sane way of