Public Attributes | |
| int | fd |
| input_id | id |
| input_id | poll_id |
| InputState | set |
| InputCallback | cb |
| void * | udata |
| time_t | timeout |
| timer_id | validate |
| unsigned char | complete: 1 |
| unsigned char | suspended: 1 |
| signed char | dirty: 2 |
|
|
complete is FALSE until first state change. used for automated connection timeouts. |
|
|
write queue |
|
|
file descriptor |
|
|
suspended is TRUE when input should not be put in select loop |
|
|
see input_add |
|
|
arbitrary data associated with this input fd |
|
|
timeout for incomplete sockets |
1.3.7