criu/include/fifo.h
Pavel Emelyanov d020ebb36d files: Compact the code by removing per-file dump helpers
Since *all* of them just call do_dump_gen_file with proper ops,
just call one directly. Compacts the code.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-06-14 00:11:08 +04:00

10 lines
185 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 int collect_fifo(void);
#endif /* __CR_FIFO_H__ */