mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
[ xemul: rename pb.cflag -> pb.ns_cflag ] Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
7 lines
145 B
Protocol Buffer
7 lines
145 B
Protocol Buffer
message ns_file_entry {
|
|
required uint32 id = 1;
|
|
required uint32 ns_id = 2;
|
|
required uint32 ns_cflag = 3;
|
|
required uint32 flags = 4;
|
|
}
|