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:
@@ -13,7 +13,6 @@ struct fd_parms {
|
||||
unsigned int flags;
|
||||
char fd_flags;
|
||||
struct stat stat;
|
||||
u32 id;
|
||||
pid_t pid;
|
||||
fown_t fown;
|
||||
};
|
||||
|
Reference in New Issue
Block a user