mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +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
|
FD_STATE_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fmap_fd {
|
|
||||||
struct fmap_fd *next;
|
|
||||||
unsigned long start;
|
|
||||||
int pid;
|
|
||||||
int fd;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct fdinfo_list_entry {
|
struct fdinfo_list_entry {
|
||||||
struct list_head list;
|
struct list_head list;
|
||||||
int fd;
|
int fd;
|
||||||
|
Reference in New Issue
Block a user