mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
pages: Accept pages images from versions v0.4 and below
After reworkring the way pagemap is stored the backward compatibility was not preserved for patches simplicity. Time to return it back. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
2
image.c
2
image.c
@@ -157,6 +157,8 @@ struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX] = {
|
||||
FD_ENTRY(FILE_LOCKS, "filelocks-%d", show_file_locks),
|
||||
FD_ENTRY(RLIMIT, "rlimit", show_rlimit),
|
||||
FD_ENTRY(PAGES, "pages-%u", NULL),
|
||||
FD_ENTRY(PAGES_OLD, "pages-%d", NULL),
|
||||
FD_ENTRY(SHM_PAGES_OLD, "pages-shmem-%ld", NULL),
|
||||
FD_ENTRY(SIGNAL, "signal-s-%d", show_siginfo), /* shared signals */
|
||||
FD_ENTRY(PSIGNAL, "signal-p-%d", show_siginfo), /* private signals */
|
||||
};
|
||||
|
Reference in New Issue
Block a user