mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
files: Use fdinfo_entry * in fdinfo_list_entry structure
We will need to use pointer here (to PB object) anyway so better to make it in a separate patch for bisectability sake. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
30f1aff658
commit
2db18f5e16
@@ -38,7 +38,7 @@ struct fdinfo_list_entry {
|
||||
struct list_head ps_list;
|
||||
int pid;
|
||||
futex_t real_pid;
|
||||
struct fdinfo_entry fe;
|
||||
struct fdinfo_entry *fe;
|
||||
};
|
||||
|
||||
struct file_desc_ops {
|
||||
|
Reference in New Issue
Block a user