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

files: Handle eventpoll files deferred

Since event polling depends on other files
to be opened we split main files list into
two parst -- event poll files and all other
files, thus defer the creation of eventpoll
files in prepare_fds().

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-05-04 16:31:00 +04:00
committed by Pavel Emelyanov
parent 10b46351d1
commit 649baf8ebe
2 changed files with 22 additions and 4 deletions

View File

@@ -203,6 +203,7 @@ struct vma_area {
struct rst_info {
struct list_head fds;
struct list_head eventpoll;
};
struct pstree_item {