Commit 3ce615ca authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

image: sk-packet -- Reserve fields

To handle message addresses and ucreds.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 69f85943
...@@ -8,5 +8,9 @@ message scm_entry { ...@@ -8,5 +8,9 @@ message scm_entry {
message sk_packet_entry { message sk_packet_entry {
required uint32 id_for = 1; required uint32 id_for = 1;
required uint32 length = 2; required uint32 length = 2;
// Reserved for message address
// optional bytes addr = 3;
repeated scm_entry scm = 4; repeated scm_entry scm = 4;
// Reserved for ucred restore
// optional sk_ucred_entry ucred = 128;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment