[CRIU] Re: [PATCH 4/4] protobuf: Use FdinfoEntry instead of struct fdinfo_entry

Cyrill Gorcunov gorcunov at openvz.org
Fri Jul 6 11:53:02 EDT 2012


On Fri, Jul 06, 2012 at 07:51:11PM +0400, Pavel Emelyanov wrote:
> > @@ -38,13 +40,13 @@ struct fdinfo_list_entry {
> >  	struct list_head	ps_list;
> >  	int			pid;
> >  	futex_t			real_pid;
> > -	struct fdinfo_entry	fe;
> > +	FdinfoEntry		*fe;
> >  };
> >  
> 
> This deserves separate patch.
> 
> -	struct fdinfo_entry	fe;
> +	struct fdinfo_entry	*fe;

ok

	Cyrill


More information about the CRIU mailing list