2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

dump: Split dumping reg file and pipes

Reg files are those obtained by open() syscall on restore.

Pipes should be checked to belong to pipefs (fifos are not supported
yet).

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-05-04 15:06:20 +04:00
parent 50ff1438b0
commit 37a3ed86f4
2 changed files with 19 additions and 11 deletions

View File

@@ -39,8 +39,6 @@
#define INOTIFY_MAGIC 0x48424431 /* Volgograd */
#define INOTIFY_WMAGIC 0x54562009 /* Svetlogorsk (Rauschen) */
#define PIPEFS_MAGIC 0x50495045
enum fd_types {
FDINFO_UND,
FDINFO_REG,