commit | 9977c8943a56b06908555ea6d1706142a3c9da4d | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Wed Jul 22 09:11:38 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jul 27 08:39:27 2009 -0500 |
tree | 1d1e26115f67591eb0b86900070f1b1d5f212b00 | |
parent | f707726e8d8308d58edbcd4664e252a445cc9b8c [diff] |
Make tcp_chr_read() use recvmsg() Split out tcp_chr_recv() out of tcp_chr_read() and implement it on non-win32 using recvmsg(). This is needed for a subsequent patch which implements SCM_RIGHTS support. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>