2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

files: Put fdinfo entry on fdinfo_list_entry

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-04-18 16:03:14 +04:00
parent b96dd2c400
commit 0e57ce29be
4 changed files with 29 additions and 31 deletions

View File

@@ -29,10 +29,9 @@ enum fdinfo_states {
struct fdinfo_list_entry {
struct list_head desc_list;
int fd;
int pid;
int flags;
futex_t real_pid;
struct fdinfo_entry fe;
};
struct file_desc;