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