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