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

2018-11-02 Thread Benjamin Marzinski
On Fri, Nov 02, 2018 at 01:23:59PM +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. > Reviewed-by: Benjamin Marzinski >

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

2018-11-02 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 | 27 ++- multipathd/uxlsnr.c | 14