mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
But keep @protobuf as a symlink: we have this path encoded in sources. Gonna be removed with time. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
5 lines
116 B
Protocol Buffer
5 lines
116 B
Protocol Buffer
message pipe_data_entry {
|
|
required uint32 pipe_id = 1;
|
|
required uint32 bytes = 2;
|
|
optional uint32 size = 3;
|
|
}
|