Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2017-02-06 20:03:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2017-02-09 19:03:53 +0300
commit853391e5a0691684a2704ab9ce5c59f1602e21c5 (patch)
treed4476eb1ac25dd606a0ddf5fec506c6bd4fc32e7 /images/rpc.proto
parentffc288fb42c8358b801fedca88fbe2e1bd5eac55 (diff)
RPC: make status-fd option available via RPC
As runc uses the RPC interface to run criu it is necessary to expose the newly added status-fd feature via RPC. Using the status-fd interface makes it possible to use lazy migration with runc. travis-ci: success for RPC: make status-fd option available via RPC (rev3) Signed-off-by: Adrian Reber <areber@redhat.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'images/rpc.proto')
-rw-r--r--images/rpc.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/rpc.proto b/images/rpc.proto
index 7cf958c07..56591dc4d 100644
--- a/images/rpc.proto
+++ b/images/rpc.proto
@@ -108,6 +108,7 @@ message criu_opts {
optional uint32 timeout = 45;
optional bool tcp_skip_in_flight = 46;
optional bool weak_sysctls = 47;
+ optional int32 status_fd = 49;
}
message criu_dump_resp {