mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
dump: Make VMA parsing to handle absence of map_files
Needed in testing purposes. Also make free_mappings being a global one (will need it in restorer). Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -76,6 +76,8 @@ int prep_cr_fdset_for_restore(struct cr_fdset *cr_fdset,
|
||||
void close_cr_fdset(struct cr_fdset *cr_fdset);
|
||||
void free_cr_fdset(struct cr_fdset **cr_fdset);
|
||||
|
||||
void free_mappings(struct list_head *vma_area_list);
|
||||
|
||||
struct vma_area {
|
||||
struct list_head list;
|
||||
struct vma_entry vma;
|
||||
|
Reference in New Issue
Block a user