Apache2
Collaboration diagram for Poll options:

Macros

#define APR_POLLIN   0x001
 
#define APR_POLLPRI   0x002
 
#define APR_POLLOUT   0x004
 
#define APR_POLLERR   0x010
 
#define APR_POLLHUP   0x020
 
#define APR_POLLNVAL   0x040
 
#define APR_POLLEXCL   0x080
 

Detailed Description

Macro Definition Documentation

◆ APR_POLLERR

#define APR_POLLERR   0x010

Pending error

◆ APR_POLLEXCL

#define APR_POLLEXCL   0x080

Exclusive wake up

◆ APR_POLLHUP

#define APR_POLLHUP   0x020

Hangup occurred

◆ APR_POLLIN

#define APR_POLLIN   0x001

Can read without blocking

◆ APR_POLLNVAL

#define APR_POLLNVAL   0x040

Descriptor invalid

◆ APR_POLLOUT

#define APR_POLLOUT   0x004

Can write without blocking

◆ APR_POLLPRI

#define APR_POLLPRI   0x002

Priority data available