[CRIU] [PATCHv4 1/4] protobuf: add criu-dump-args.proto
    Pavel Emelyanov 
    xemul at parallels.com
       
    Tue Sep  3 14:52:14 EDT 2013
    
    
  
On 09/03/2013 06:44 PM, Ruslan Kuprieiev wrote:
> We need criu-dump-args.proto for transferring criu args from library to 
> criu.
> 
> 
> +message criu_dump_args {
> +	required int32 version_major 	= 1;
> +	required int32 version_minor 	= 2;
> +	required int32 images_dir_fd	= 3;
> +	required uint64 flags		= 4;
After a bit more thinking, I believe, that we should stop using
bit flags and replace them with protobuf's bool fields.
> +}
    
    
More information about the CRIU
mailing list