mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
.. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
8 lines
136 B
Protocol Buffer
8 lines
136 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message pipe_data_entry {
|
|
required uint32 pipe_id = 1;
|
|
required uint32 bytes = 2;
|
|
optional uint32 size = 3;
|
|
}
|