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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user