2
0
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:
Andrey Vagin
2012-03-21 10:11:00 +04:00
committed by Pavel Emelyanov
parent 7d10875076
commit 37a6c1fc88
5 changed files with 4 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ struct vma_entry {
u64 start;
u64 end;
u64 pgoff;
u64 shmid;
u32 prot;
u32 flags;
u32 status;