mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
files: Rename prepare_fdinfo_global to prepare_shared_fdinfo
This function simply allocates shared memory. Name it so and move it closer to the variables it referes on. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -39,7 +39,7 @@ struct fdinfo_list_entry {
|
||||
|
||||
extern int prepare_fds(int pid);
|
||||
extern int prepare_fd_pid(int pid);
|
||||
extern int prepare_fdinfo_global(void);
|
||||
extern int prepare_shared_fdinfo(void);
|
||||
extern int try_fixup_file_map(int pid, struct vma_entry *vma_entry, int fd);
|
||||
|
||||
#endif /* FILES_H_ */
|
||||
|
Reference in New Issue
Block a user