mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-25 19:38:38 +00:00
.. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
9 lines
126 B
Protocol Buffer
9 lines
126 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import "fown.proto";
|
|
|
|
message ext_file_entry {
|
|
required uint32 id = 1;
|
|
required fown_entry fown = 5;
|
|
}
|