mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-27 12:04:24 +00:00
images: remap-file-path -- Reserve entries for spfs manager
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
53a11dfc5c
commit
26aadb5acb
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ enum remap_type {
|
|||
LINKED = 0;
|
||||
GHOST = 1;
|
||||
PROCFS = 2;
|
||||
// Reserved for spfs manager
|
||||
// SPFS = 3;
|
||||
// SPFS_LINKED = 4;
|
||||
};
|
||||
|
||||
message remap_file_path_entry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue