criu/include/fifo.h
Pavel Emelyanov 60e6d38868 collect: Shorten common images collecting code
Now we have a set of cinfo-s, it's possible to collect all
this stuff in a plan for-loop.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-08-21 03:52:18 +04:00

11 lines
230 B
C

#ifndef __CR_FIFO_H__
#define __CR_FIFO_H__
struct fd_parms;
struct cr_fdset;
extern const struct fdtype_ops fifo_dump_ops;
extern struct collect_image_info fifo_cinfo;
extern int collect_fifo(void);
#endif /* __CR_FIFO_H__ */