2
0
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:
Pavel Emelyanov
2012-07-11 09:35:36 +04:00
parent 0b9d1d970f
commit feb6624ddf
3 changed files with 69 additions and 104 deletions

View File

@@ -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,