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

fd: Remove ID from fd_parm

It's only required for making pipe_id, but making it is better to
be done in place and using the st_ino only.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-06-03 19:54:13 +04:00
parent 582954685b
commit 9ca95b5d3a
4 changed files with 7 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ struct fd_parms {
unsigned int flags;
char fd_flags;
struct stat stat;
u32 id;
pid_t pid;
fown_t fown;
};