mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 01:31:34 +00:00
8 lines
238 B
C
8 lines
238 B
C
#ifndef __CR_PIPES_H__
|
|
#define __CR_PIPES_H__
|
|
extern int collect_pipes(void);
|
|
extern void mark_pipe_master(void);
|
|
int init_pipes_dump(void);
|
|
void fini_pipes_dump(void);
|
|
int dump_one_pipe(int lfd, u32 id, const struct fd_parms *p);
|
|
#endif
|