criu/images/pipe-data.proto
Cyrill Gorcunov 594fb52753 build: Move @protobuf dir into @images
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>
2016-02-15 15:32:27 +03:00

5 lines
116 B
Protocol Buffer

message pipe_data_entry {
required uint32 pipe_id = 1;
required uint32 bytes = 2;
optional uint32 size = 3;
}