[CRIU] [PATCH 1/2] protobuf: rfc -- Add cpu_cap option

Cyrill Gorcunov gorcunov at openvz.org
Fri Feb 28 06:02:17 PST 2014


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 protobuf/rpc.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/protobuf/rpc.proto b/protobuf/rpc.proto
index a185fa2e8c5a..05953b0c6f2c 100644
--- a/protobuf/rpc.proto
+++ b/protobuf/rpc.proto
@@ -34,6 +34,8 @@ message criu_opts {
 	optional int32			work_dir_fd	= 17;
 	optional bool			link_remap	= 18;
 	repeated criu_veth_pair		veths		= 19;
+
+	optional uint32			cpu_cap		= 20 [default = 0xffffffff];
 }
 
 message criu_dump_resp {
-- 
1.8.3.1



More information about the CRIU mailing list