mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-24 02:29:23 +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>
12 lines
224 B
Protocol Buffer
12 lines
224 B
Protocol Buffer
import "ipc-desc.proto";
|
|
|
|
message ipc_msg {
|
|
required uint64 mtype = 1;
|
|
required uint32 msize = 2;
|
|
}
|
|
|
|
message ipc_msg_entry {
|
|
required ipc_desc_entry desc = 1;
|
|
required uint32 qbytes = 2;
|
|
required uint32 qnum = 3;
|
|
}
|