Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

Poll options
[Poll Routines]


Defines

#define APR_POLLIN   0x001 /**< Can read without blocking */
#define APR_POLLPRI   0x002 /**< Priority data available */
#define APR_POLLOUT   0x004 /**< Can write without blocking */
#define APR_POLLERR   0x010 /**< Pending error */
#define APR_POLLHUP   0x020 /**< Hangup occurred */
#define APR_POLLNVAL   0x040 /**< Descriptior invalid */

Define Documentation

#define APR_POLLERR   0x010 /**< Pending error */
 

Pending error

#define APR_POLLHUP   0x020 /**< Hangup occurred */
 

Hangup occurred

#define APR_POLLIN   0x001 /**< Can read without blocking */
 

Can read without blocking

#define APR_POLLNVAL   0x040 /**< Descriptior invalid */
 

Descriptior invalid

#define APR_POLLOUT   0x004 /**< Can write without blocking */
 

Can write without blocking

#define APR_POLLPRI   0x002 /**< Priority data available */
 

Priority data available


Generated on Wed Dec 8 10:14:03 2004 for Apache Portable Runtime by doxygen 1.3.6