Poll options

Overview

// macros

#define APR_POLLERR
#define APR_POLLHUP
#define APR_POLLIN
#define APR_POLLNVAL
#define APR_POLLOUT
#define APR_POLLPRI

Detailed Documentation

Macros

#define APR_POLLERR

Pending error

#define APR_POLLHUP

Hangup occurred

#define APR_POLLIN

Can read without blocking

#define APR_POLLNVAL

Descriptor invalid

#define APR_POLLOUT

Can write without blocking

#define APR_POLLPRI

Priority data available