[CRIU] [PATCH 5/6] images: sk-packet -- Reserve entries for ucreds messages

Cyrill Gorcunov gorcunov at openvz.org
Fri Mar 17 07:55:07 PDT 2017


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 images/sk-packet.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/images/sk-packet.proto b/images/sk-packet.proto
index 5f61c73763fe..27b48e497e41 100644
--- a/images/sk-packet.proto
+++ b/images/sk-packet.proto
@@ -3,4 +3,6 @@ syntax = "proto2";
 message sk_packet_entry {
 	required uint32		id_for		= 1;
 	required uint32		length		= 2;
+	// optional bytes		addr	= 3;
+	// optional sk_ucred_entry	ucred	= 128;
 }
-- 
2.7.4



More information about the CRIU mailing list