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
Cyrill Gorcunov 98acfbec28 protobuf: Use RemapFilePathEntry instead of struct remap_file_path_entry
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-07-17 07:18:58 +04:00

5 lines
98 B
Protocol Buffer

message remap_file_path_entry {
required uint32 orig_id = 1;
required uint32 remap_id = 2;
}