2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

files: Rename fdinfo_list_entry's list to desc_list

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-04-18 15:46:04 +04:00
parent 9829dbfdeb
commit 04800b6ed1
4 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ enum fdinfo_states {
};
struct fdinfo_list_entry {
struct list_head list;
struct list_head desc_list;
int fd;
int pid;
int flags;