©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  

pollfd Struct Reference

List of all members.

Detailed Description

Description:
Structure for poll (Std. UNIX; see AUP2 Sec. 4.2.4)
Headers:

Definition at line 3406 of file SUS_Summary.

Public Attributes

int fd
short events
short revents


Member Data Documentation

short pollfd::events
 

input event flags (see table, below)

Definition at line 3408 of file SUS_Summary.

Referenced by readany3().

int pollfd::fd
 

file descriptor

Definition at line 3407 of file SUS_Summary.

Referenced by readany3().

short pollfd::revents
 

output event flags (see table, below)

Definition at line 3409 of file SUS_Summary.

Referenced by readany3().


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