mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
mm: Move exe file id on mm_entry
This is mm_struct entity, so save one there. Also gets rid of special FDINFO-s. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -67,6 +67,7 @@ extern int prepare_fd_pid(int pid);
|
||||
extern int prepare_shared_fdinfo(void);
|
||||
extern int get_filemap_fd(int pid, struct vma_entry *vma_entry);
|
||||
extern int prepare_fs(int pid);
|
||||
extern int open_reg_by_id(u32 id);
|
||||
|
||||
extern int self_exe_fd;
|
||||
|
||||
|
Reference in New Issue
Block a user