2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

restore: Add log message that restore via sigreturn is started

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Cyrill Gorcunov 2012-01-01 13:12:37 +04:00
parent 3afb83299c
commit a03e3622f2

View File

@ -1457,6 +1457,8 @@ static void sigreturn_restore(pid_t pstree_pid, pid_t pid)
int *fd_core_threads;
int fd_pstree = -1;
pr_info("%d: Restore via sigreturn\n", pid);
restore_task_code_len = 0;
restore_task_vma_len = 0;
restore_thread_code_len = 0;