Commit a03e3622 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restore: Add log message that restore via sigreturn is started

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 3afb8329
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment