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

Pavel Emelyanov xemul at parallels.com
Fri Feb 28 08:35:03 PST 2014


On 02/28/2014 06:02 PM, Cyrill Gorcunov wrote:
> 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 {
> 


applied, thanks


More information about the CRIU mailing list