mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
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>
This commit is contained in:
committed by
Pavel Emelyanov
parent
79e0b37c4e
commit
39e3859d3d
@@ -163,6 +163,7 @@ int send_criu_rpc_script(enum script_actions act, char *name, int fd)
|
|||||||
|
|
||||||
switch (act) {
|
switch (act) {
|
||||||
case ACT_SETUP_NS:
|
case ACT_SETUP_NS:
|
||||||
|
case ACT_POST_RESTORE:
|
||||||
/*
|
/*
|
||||||
* FIXME pid is required only once on
|
* FIXME pid is required only once on
|
||||||
* restore. Need some more sane way of
|
* restore. Need some more sane way of
|
||||||
|
Reference in New Issue
Block a user