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
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/rpc.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/rpc.proto b/images/rpc.proto
index 9ece4dabb..7377bf83d 100644
--- a/images/rpc.proto
+++ b/images/rpc.proto
@@ -97,6 +97,10 @@ message criu_opts {
repeated string external = 37;
optional uint32 empty_ns = 38;
repeated join_namespace join_ns = 39;
+
+ optional string cgroup_props = 41;
+ optional string cgroup_props_file = 42;
+ repeated string cgroup_dump_controller = 43;
}
message criu_dump_resp {