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