[CRIU] [PATCH v4 06/15] packets: Add sender_ino to packet proto
Kirill Tkhai
ktkhai at virtuozzo.com
Wed Jun 1 09:02:28 PDT 2016
New optional field.
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
images/sk-packet.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/images/sk-packet.proto b/images/sk-packet.proto
index 10ef5c9..2e1c8b3 100644
--- a/images/sk-packet.proto
+++ b/images/sk-packet.proto
@@ -1,4 +1,5 @@
message sk_packet_entry {
required uint32 id_for = 1;
required uint32 length = 2;
+ optional uint32 sender_ino = 3;
}
More information about the CRIU
mailing list