mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-04 15:53:44 +00:00
show: Show blocked sigset
Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
8c9c333eed
commit
7f96ec68e2
1 changed files with 1 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ static void show_core_rest(int fd_core)
|
|||
pr_info("\tArg end: %lx\n", tc.mm_arg_end);
|
||||
pr_info("\tEnv start: %lx\n", tc.mm_env_start);
|
||||
pr_info("\tEnv end: %lx\n", tc.mm_env_end);
|
||||
pr_info("\n\tBlkSig: %lx\n", tc.blk_sigset);
|
||||
pr_info("\n");
|
||||
|
||||
err:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue