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

vma: Helper, that checks whether vma is dumped via parasite

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2013-03-01 20:12:02 +04:00
parent b71f9e80be
commit 8fdc707084
3 changed files with 33 additions and 25 deletions

View File

@@ -225,6 +225,7 @@ struct vm_area_list {
int collect_mappings(pid_t pid, struct vm_area_list *vma_area_list);
void free_mappings(struct vm_area_list *vma_area_list);
bool privately_dump_vma(struct vma_area *vma);
struct vma_area {
struct list_head list;