mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
.. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
8 lines
165 B
Protocol Buffer
8 lines
165 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message ns_file_entry {
|
|
required uint32 id = 1;
|
|
required uint32 ns_id = 2;
|
|
required uint32 ns_cflag = 3;
|
|
required uint32 flags = 4;
|
|
}
|