Re: [dm-devel] [PATCH v2 4/7] multipathd: open client socket early

2018-11-01 Thread Benjamin Marzinski
On Tue, Oct 30, 2018 at 10:22:46PM +0100, Martin Wilck wrote: > Open the unix socket in multipathd code and pass the fd to > uxsock_listen(). This will enable us to make the main thread > wait for successful socket initialization in a follow-up patch. > > Signed-off-by: Martin Wilck > --- >

[dm-devel] [PATCH v2 4/7] multipathd: open client socket early

2018-10-30 Thread Martin Wilck
Open the unix socket in multipathd code and pass the fd to uxsock_listen(). This will enable us to make the main thread wait for successful socket initialization in a follow-up patch. Signed-off-by: Martin Wilck --- multipathd/main.c | 22 ++ multipathd/uxlsnr.c | 11