criu/include/fifo.h
Cyrill Gorcunov 830d92b0f0 headers: Unify include guards (in comments) and a few fixes
- 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>
2012-12-25 22:40:24 +04:00

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__ */