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:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-05-30 18:49:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-06-28 13:05:52 +0300
commit900e71cbec452057743f8fcf15e584b0030cf0bb (patch)
treede08fb22a9e458abbf14c2ab66fff487175d330e /images
parent92486c9015e4cecb45c0cd560087b8b9732357d6 (diff)
cg: rpc -- Add bindings for custom cgroup props engine
For handling --cgroup-props, --cgroup-props-file and --cgroup-dump-controller from RPC interface. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
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 {