criu/images/sk-packet.proto
Cyrill Gorcunov 87a269c9b2 images: sk-packet -- Reserve entries for ucreds messages
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-11-30 01:22:15 +03:00

14 lines
296 B
Protocol Buffer

syntax = "proto2";
message scm_entry {
required uint32 type = 1;
repeated uint32 rights = 2;
}
message sk_packet_entry {
required uint32 id_for = 1;
required uint32 length = 2;
// optional bytes addr = 3;
repeated scm_entry scm = 4;
// optional sk_ucred_entry ucred = 128;
}