mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +00:00
inotify: Wire into and use Generic fdinfo parsing engine
With this the code looks clearer and finally a ground for "check" code is prepared. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -120,6 +120,7 @@ extern int parse_pid_status(pid_t pid, struct proc_status_creds *);
|
||||
union fdinfo_entries {
|
||||
struct eventfd_file_entry efd;
|
||||
struct eventpoll_tfd_entry epl;
|
||||
struct inotify_wd_entry ify;
|
||||
};
|
||||
|
||||
extern int parse_fdinfo(int fd, int type,
|
||||
|
Reference in New Issue
Block a user