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:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-06-10 18:53:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-06-28 13:09:40 +0300
commit85578bd5e86e1d4ac0eec5f2d6543e366922508e (patch)
treeb43e7a72cc546b3fef2962eab00cccf6e18063eb /images/rpc.proto
parent55de67a7fa3656c30e4d94f8bbcad9b9f673cd7c (diff)
rpc: Add interface --freeze-cgroup option
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'images/rpc.proto')
-rw-r--r--images/rpc.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/rpc.proto b/images/rpc.proto
index 7377bf83d..532dba86f 100644
--- a/images/rpc.proto
+++ b/images/rpc.proto
@@ -101,6 +101,8 @@ message criu_opts {
optional string cgroup_props = 41;
optional string cgroup_props_file = 42;
repeated string cgroup_dump_controller = 43;
+
+ optional string freeze_cgroup = 44;
}
message criu_dump_resp {