async_sock: add readv_send/recv()
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Mar 2009 11:57:08 +0000 (12:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2014 23:04:41 +0000 (00:04 +0100)
commit6d8d403284736fdbc61f60fb15071dd9bcada4aa
treeb4052794431653f17243b383c223077f07798aa8
parentbdc1808f91fa3dadc96a353d6f51a58fc8648a48
async_sock: add readv_send/recv()

The design is that the callback allocates the buffers
and provides iovec arrays which will be filled,
until an iovec count of 0 is returned or an error happens.

metze
lib/async_req/async_sock.c
lib/async_req/async_sock.h