[CRIU] [PATCH v2 06/15] unix: Add sender_ino of packets and socket
Kirill Tkhai
ktkhai at virtuozzo.com
Fri May 27 06:06:38 PDT 2016
Add optional field "sender_ino" to packet and socket proto.
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
images/sk-packet.proto | 1 +
images/sk-unix.proto | 2 ++
2 files changed, 3 insertions(+)
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;
}
diff --git a/images/sk-unix.proto b/images/sk-unix.proto
index aa2bcf7..7b71ebf 100644
--- a/images/sk-unix.proto
+++ b/images/sk-unix.proto
@@ -45,4 +45,6 @@ message unix_sk_entry {
* Relative socket name may have prefix.
*/
optional string name_dir = 14;
+
+ optional uint32 sender_ino = 15;
}
More information about the CRIU
mailing list