[CRIU] [PATCH 1/3] protobuf: rpc -- Add @ghost_limit option
Cyrill Gorcunov
gorcunov at openvz.org
Mon Aug 10 07:20:49 PDT 2015
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
protobuf/rpc.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/protobuf/rpc.proto b/protobuf/rpc.proto
index 04dbfef8ec91..f186a1e249ec 100644
--- a/protobuf/rpc.proto
+++ b/protobuf/rpc.proto
@@ -86,6 +86,7 @@ message criu_opts {
repeated unix_sk unix_sk_ino = 33;
optional criu_cg_mode manage_cgroups_mode = 34;
+ optional uint32 ghost_limit = 35 [default = 0x100000];
}
message criu_dump_resp {
--
2.4.3
More information about the CRIU
mailing list