genericopenlibs/openenvcore/include/sys/_iovec.dosc
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 14:02:55 +0300
branchRCL_3
changeset 64 c44f36bb61a3
parent 0 e4d67989cc36
permissions -rw-r--r--
Revision: 201021 Kit: 201036

/** @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.
*/