2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

images: sk-netlink -- Reserve entries for netlink queued 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:06 +03:00
committed by Andrei Vagin
parent 7a680d7ba0
commit c983d5f9fd

View File

@@ -17,4 +17,6 @@ message netlink_sk_entry {
required fown_entry fown = 11;
required sk_opts_entry opts = 12;
optional uint32 ns_id = 13;
// For netlink queued messages
// optional nl_sk_opts_entry nl_opts = 14;
}