mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 16:55:43 +00:00
files: Collect fdinfo-s on per-pstree_item list
Later we'll be able to restore them without re-reading the fdinfo file again. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -182,6 +182,7 @@ struct vma_area {
|
||||
#define vma_area_len(vma_area) vma_entry_len(&((vma_area)->vma))
|
||||
|
||||
struct rst_info {
|
||||
struct list_head fds;
|
||||
};
|
||||
|
||||
struct pstree_item {
|
||||
|
Reference in New Issue
Block a user