[CRIU] [PATCHv2 0/2] add init_opts()

Pavel Emelyanov xemul at parallels.com
Thu Oct 31 09:00:42 PDT 2013


On 10/30/2013 02:48 AM, Ruslan Kuprieiev wrote:
> When running cr_service, every new forked child uses opts of parent, which causes
> problems, for example, with pidfile, when service is started with --pidfile and
> then we are asking it to restore some program.
> So lets introduce init_opts() and call it at the beginning of every child work.
> 
> Ruslan Kuprieiev (2):
>   add init_opts() to crtools
>   reinit opts in service
> 
>  cr-service.c      |  2 ++
>  crtools.c         | 15 +++++++++++----
>  include/crtools.h |  2 ++
>  3 files changed, 15 insertions(+), 4 deletions(-)
> 


applied


More information about the CRIU mailing list