mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
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>
11 lines
230 B
C
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__ */
|