genericopenlibs/openenvcore/include/sys/_iovec.dosc
author hgs
Wed, 13 Oct 2010 19:39:18 +0530
changeset 71 28ccaba883f4
parent 0 e4d67989cc36
permissions -rw-r--r--
201039

/** @file ../include/sys/_iovec.h
@internalComponent
*/

/** @struct iovec

This iovec structure is filled with the data pointer and the length of the data to be passed to the kernel. 

@publishedAll
@released
*/

/** @var iovec::iov_base
Contains the address of a buffer. 
*/

/** @var iovec::iov_len
Contains the length of the buffer.
*/