mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
files: Remove obsolete fmap_fd structure
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -25,13 +25,6 @@ enum fdinfo_states {
|
||||
FD_STATE_MAX
|
||||
};
|
||||
|
||||
struct fmap_fd {
|
||||
struct fmap_fd *next;
|
||||
unsigned long start;
|
||||
int pid;
|
||||
int fd;
|
||||
};
|
||||
|
||||
struct fdinfo_list_entry {
|
||||
struct list_head list;
|
||||
int fd;
|
||||
|
Reference in New Issue
Block a user