mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
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_ */
|