mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
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>
10 lines
185 B
C
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__ */
|