mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
5 lines
98 B
Protocol Buffer
5 lines
98 B
Protocol Buffer
|
message remap_file_path_entry {
|
||
|
required uint32 orig_id = 1;
|
||
|
required uint32 remap_id = 2;
|
||
|
}
|