mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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:
parent
2f89607bc4
commit
87a269c9b2
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue