mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
.. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
7 lines
134 B
Protocol Buffer
7 lines
134 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message fs_entry {
|
|
required uint32 cwd_id = 1;
|
|
required uint32 root_id = 2;
|
|
optional uint32 umask = 3;
|
|
}
|