images: sk-packet -- Reserve entries for ucreds messages

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2017-03-17 17:55:07 +03:00 committed by Andrei Vagin
parent 2f89607bc4
commit 87a269c9b2

View file

@ -8,5 +8,7 @@ message scm_entry {
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;
}