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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user