mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 09:10:10 +00:00
- fix names in comments - add empty lines where needed - fix rbtree.h - fix syscall-types.h Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
10 lines
218 B
C
10 lines
218 B
C
#ifndef __CR_FIFO_H__
|
|
#define __CR_FIFO_H__
|
|
|
|
struct fd_parms;
|
|
struct cr_fdset;
|
|
|
|
extern int dump_fifo(struct fd_parms *p, int lfd, const struct cr_fdset *set);
|
|
extern int collect_fifo(void);
|
|
|
|
#endif /* __CR_FIFO_H__ */
|