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>2016-06-20 23:15:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-06-28 13:12:59 +0300
commited8fecd12d7ce37d7ebdc35837e184caba7a14b4 (patch)
tree445661fda690c717a5e5cf0fdf2976c1c75f3e02 /images/rpc.proto
parentd04021969eaccb1ae3bf6781f57dcd3fe46505ec (diff)
criu: add RPC interface for skip in-flight connections
For the previously added option to skip in-flight connections this adds that option to the RPC interface. The skip in-flight connections is also described in criu.txt. 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 1f74dcfb3..27583c14a 100644
--- a/images/rpc.proto
+++ b/images/rpc.proto
@@ -104,6 +104,7 @@ message criu_opts {
optional string freeze_cgroup = 44;
optional uint32 timeout = 45;
+ optional bool tcp_skip_in_flight = 46;
}
message criu_dump_resp {