2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/protobuf/remap-file-path.proto

12 lines
202 B
Protocol Buffer
Raw Permalink Normal View History

enum remap_type {
LINKED = 0;
GHOST = 1;
PROCFS = 2;
};
message remap_file_path_entry {
required uint32 orig_id = 1;
required uint32 remap_id = 2;
optional remap_type remap_type = 3;
}