mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
mm: move shmid to vma_entry (v2)
It will be used to restore shared mappings v2: clean up Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
7d10875076
commit
37a6c1fc88
@@ -113,6 +113,7 @@ struct vma_entry {
|
||||
u64 start;
|
||||
u64 end;
|
||||
u64 pgoff;
|
||||
u64 shmid;
|
||||
u32 prot;
|
||||
u32 flags;
|
||||
u32 status;
|
||||
|
Reference in New Issue
Block a user