[CRIU] [PATCH 1/2]v2 rpc: add work_dir_fd to criu_opts

Ruslan Kuprieiev kupruser at gmail.com
Tue Feb 4 00:31:25 PST 2014


Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 protobuf/rpc.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/protobuf/rpc.proto b/protobuf/rpc.proto
index 3bdc8e4..ecfe8ed 100644
--- a/protobuf/rpc.proto
+++ b/protobuf/rpc.proto
@@ -24,6 +24,8 @@ message criu_opts {
 	optional string root		= 13;
 	optional string parent_img	= 14;
 	optional bool track_mem		= 15;
+
+	optional int32 work_dir_fd	= 16;
 }
 
 message criu_dump_resp {
-- 
1.8.3.2



More information about the CRIU mailing list