mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-25 03:18:36 +00:00
v2 (from skinsbursky@) - drop redundant header inclusion - drop redundant "goto out" - drop redundant NULL assignment Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Acked-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
13 lines
224 B
Protocol Buffer
13 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;
|
|
}
|