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

files: Real pid on fdinfo_desc is unused

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-04-02 21:55:47 +04:00
parent 66771c8fbc
commit 89492de3ef
2 changed files with 0 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ struct fdinfo_desc {
u32 type;
u64 addr;
int pid;
futex_t real_pid;
futex_t users;
struct list_head list;
};