[CRIU] [PATCH criu-dev] rpc: Add interface --freeze-cgroup option

Cyrill Gorcunov gorcunov at gmail.com
Fri Jun 10 08:43:33 PDT 2016


On Fri, Jun 10, 2016 at 06:28:40PM +0300, Pavel Emelyanov wrote:
> > 
> > diff --git a/images/rpc.proto b/images/rpc.proto
> > index 9c9ae4891619..0b06c70b43c3 100644
> > --- a/images/rpc.proto
> > +++ b/images/rpc.proto
> > @@ -102,6 +102,8 @@ message criu_opts {
> >  	optional string			cgroup_props		= 41;
> >  	optional string			cgroup_props_file	= 42;
> >  	repeated string			cgroup_dump_controller	= 43;
> > +
> > +	optional bool			freeze_cgroup		= 44;
> 
> O_o This field is write-only in your patch.

Indeed :) Will update, thanks!


More information about the CRIU mailing list