criu/protobuf/fifo.proto
Cyrill Gorcunov dbf29ef92a protobuf: Use FifoEntry instead of struct fifo_entry
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-07-17 07:18:40 +04:00

4 lines
82 B
Protocol Buffer

message fifo_entry {
required uint32 id = 1;
required uint32 pipe_id = 2;
}