©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

iovec Struct Reference

List of all members.

Detailed Description

Description:
Structure for readv and writev (Std. UNIX; see AUP2 Sec. 2.15)
Headers:

Definition at line 3285 of file SUS_Summary.

Public Attributes

void * iov_base
size_t iov_len


Member Data Documentation

void* iovec::iov_base
 

base address of data

Definition at line 3286 of file SUS_Summary.

Referenced by main(), run_server(), and scatter().

size_t iovec::iov_len
 

size of this piece

Definition at line 3287 of file SUS_Summary.

Referenced by main(), run_server(), and scatter().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:13 2004 for AUP2 Example Source by doxygen 1.3.1