2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

rst: Move premmaped* variables on rst_info

This thing on pstre_item was created to carry task-specific
information across the "restore" code-flow.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-12-06 13:19:01 +03:00
parent 39d60cdfef
commit da8dbe43bc
2 changed files with 9 additions and 8 deletions

View File

@@ -227,6 +227,9 @@ struct rst_info {
struct list_head fds;
struct list_head eventpoll;
struct list_head tty_slaves;
void *premmapped_addr;
unsigned long premmapped_len;
};
static inline int in_vma_area(struct vma_area *vma, unsigned long addr)