2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

pipes: add functions to restore pipes

[xemul: This check in open_transport_fd should go away once we
        implement opening files with peers. ]

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2012-04-05 20:02:00 +04:00
committed by Pavel Emelyanov
parent 373a93248f
commit 7b10ef0761
3 changed files with 129 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ extern int self_exe_fd;
extern int collect_pipes(void);
extern void mark_pipe_master(void);
extern int open_pipe(struct list_head *l);
struct list_head *find_pipe_fd(int id);
extern int pipe_should_open_transport(struct fdinfo_entry *fe,
struct list_head *fd_list);
#endif /* FILES_H_ */