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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user