Commit c983d5f9 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

images: sk-netlink -- Reserve entries for netlink queued messages

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 7a680d7b
...@@ -17,4 +17,6 @@ message netlink_sk_entry { ...@@ -17,4 +17,6 @@ message netlink_sk_entry {
required fown_entry fown = 11; required fown_entry fown = 11;
required sk_opts_entry opts = 12; required sk_opts_entry opts = 12;
optional uint32 ns_id = 13; optional uint32 ns_id = 13;
// For netlink queued messages
// optional nl_sk_opts_entry nl_opts = 14;
} }
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