mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
proc_parse: parse mnt_id from /proc/PID/fdinfo/FD
It will be used for restoring files from proper mounts. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
8bcffef6b9
commit
bed13a58ec
@@ -156,6 +156,7 @@ union fdinfo_entries {
|
||||
struct fdinfo_common {
|
||||
off64_t pos;
|
||||
int flags;
|
||||
int mnt_id;
|
||||
};
|
||||
|
||||
extern int parse_fdinfo(int fd, int type,
|
||||
|
Reference in New Issue
Block a user