Quoting Christian Seiler (christ...@iwakd.de):
> Hi there,
>
> any comments on my proposal?
>
> > The basic idea for the refactored attach API would be:
> >
> > - pid_t lxc_attach(const char* name, const char* lxcpath,
> > options...)
> > + create a socket pair for sync
> > + f
Hi there,
any comments on my proposal?
> The basic idea for the refactored attach API would be:
>
> - pid_t lxc_attach(const char* name, const char* lxcpath,
> options...)
> + create a socket pair for sync
> + fork() (get rid of threading, nss stuff, etc.)
> |- same pro