2
0
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:
Pavel Emelyanov
2012-04-09 19:09:50 +04:00
parent 1d6578bbd5
commit 8b80a1e30c

View File

@@ -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;