mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +00:00
8 lines
168 B
C
8 lines
168 B
C
|
#ifndef FILES_H_
|
||
|
#define FILES_H_
|
||
|
|
||
|
extern int prepare_fds(int pid);
|
||
|
extern int try_fixup_file_map(int pid, struct vma_entry *vma_entry, int fd);
|
||
|
|
||
|
#endif /* FILES_H_ */
|