[CRIU] [PATCH 2/5] rpc: rename criu_dump_resp to criu_opts and add restore type of req

Pavel Emelyanov xemul at parallels.com
Mon Sep 30 07:49:06 PDT 2013


On 09/30/2013 03:06 PM, Ruslan Kuprieiev wrote:
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> 


> @@ -8,16 +8,22 @@ message criu_dump_req {
>  	optional bool evasive_devices	= 6;
>  	optional bool shell_job		= 7;
>  	optional bool file_locks	= 8;
> -	optional int32 log_level	= 9 [default = 2];
> +	optional string log_file	= 9;

If you want to add log_file to options, this should be done with another patch.

> +	optional int32 log_level	= 10 [default = 2];
>  }



More information about the CRIU mailing list