Re: [PATCH v14 RESEND 09/21] multi-process: add qio channel read function
On Thu, Dec 17, 2020 at 09:40:39PM -0800, elena.ufimts...@oracle.com wrote: > +int qio_channel_readv_full_all(QIOChannel *ioc, > +const struct iovec *iov, > +size_t niov, > +int **fds, size_t *nfds, > +
[PATCH v14 RESEND 09/21] multi-process: add qio channel read function
From: Elena Ufimtseva Adds qio_channel_readv_full_all() to read both data and FDs. Refactors existing code to use this function. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- include/io/channel.h | 25 io/channel.c