Line 49:
Line 49:
After criu dumped or restored a process tree and left it in ''stopped'' state,
After criu dumped or restored a process tree and left it in ''stopped'' state,
−
we may need to continue its execution, putting the process tree into ''running'' state.
+
we may need to continue its execution, changing the state to ''running''.
To do that, use the [https://github.com/xemul/criu-scripts/blob/master/pstree_cont.py pstree_cont.py]
To do that, use the [https://github.com/xemul/criu-scripts/blob/master/pstree_cont.py pstree_cont.py]
script. Its sole argument is the PID of a process tree root process.
script. Its sole argument is the PID of a process tree root process.