mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +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:
parent
4bfafd09d6
commit
c324c896b9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue