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

pipes: Move dumping code to pipes.c

Just a codemove, no real changed.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-05-03 17:36:00 +04:00
parent 3dc0088be3
commit fa8a928e9f
5 changed files with 134 additions and 116 deletions

View File

@@ -72,10 +72,6 @@ int set_fd_flags(int fd, int flags);
extern int self_exe_fd;
struct file_desc;
extern int collect_pipes(void);
extern void mark_pipe_master(void);
void clear_ghost_files(void);
#endif /* FILES_H_ */