mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
crtools: dump pstree to image file without pid number
Pid number is redundant - this file is one for the whole tree. Signed-off-by: Stanislav Kinsbursky <skinsbursky@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
f659f64247
commit
b82edc9fdf
@@ -83,7 +83,7 @@ extern struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX];
|
||||
#define FMT_FNAME_CORE "core-%d.img"
|
||||
#define FMT_FNAME_VMAS "vmas-%d.img"
|
||||
#define FMT_FNAME_PIPES "pipes-%d.img"
|
||||
#define FMT_FNAME_PSTREE "pstree-%d.img"
|
||||
#define FMT_FNAME_PSTREE "pstree.img"
|
||||
#define FMT_FNAME_SIGACTS "sigacts-%d.img"
|
||||
#define FMT_FNAME_UNIXSK "unixsk-%d.img"
|
||||
#define FMT_FNAME_INETSK "inetsk-%d.img"
|
||||
|
Reference in New Issue
Block a user