2
0
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:
Cyrill Gorcunov
2012-07-07 01:03:00 +04:00
committed by Pavel Emelyanov
parent 30f1aff658
commit 2db18f5e16
4 changed files with 42 additions and 38 deletions

View File

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