[CRIU] [PATCH] show: Show blocked sigset
Pavel Emelyanov
xemul at parallels.com
Mon Feb 20 08:06:25 EST 2012
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
-------------- next part --------------
diff --git a/cr-show.c b/cr-show.c
index 660312e..2f9cb84 100644
--- a/cr-show.c
+++ b/cr-show.c
@@ -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:
More information about the CRIU
mailing list