mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +00:00
.. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
7 lines
94 B
Protocol Buffer
7 lines
94 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message unix_test {
|
|
required uint32 val = 1;
|
|
required bytes name = 2;
|
|
}
|