mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
remap: Rename fields for easier grep
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
7ca6cc1eb2
commit
6cf77f6726
3 changed files with 29 additions and 29 deletions
|
|
@ -12,9 +12,9 @@ struct cr_imgset;
|
|||
struct fd_parms;
|
||||
|
||||
struct file_remap {
|
||||
char *path;
|
||||
char *rpath;
|
||||
bool is_dir;
|
||||
int mnt_id;
|
||||
int rmnt_id;
|
||||
unsigned int users;
|
||||
uid_t owner;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue