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>
Tue, 7 Jul 2009 15:22:05 +0000 (17:22 +0200)
commitfcf29c55a2a9eeee29195bb0636d8b7f6060483e
tree234275c495619eca589c8e70adb31cdcbe0ad43c
parent6dd6ccbdc9451678180e0346780b0a5bf9cda229
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