|
Lines 102-108
Link Here
|
| 102 |
int sock; /* sock fd */ |
102 |
int sock; /* sock fd */ |
| 103 |
int ctl_chan; /* control channel (multiplexed connections) */ |
103 |
int ctl_chan; /* control channel (multiplexed connections) */ |
| 104 |
int isatty; /* rfd is a tty */ |
104 |
int isatty; /* rfd is a tty */ |
|
|
105 |
#ifdef _AIX |
| 105 |
int wfd_isatty; /* wfd is a tty */ |
106 |
int wfd_isatty; /* wfd is a tty */ |
|
|
107 |
#endif |
| 106 |
int client_tty; /* (client) TTY has been requested */ |
108 |
int client_tty; /* (client) TTY has been requested */ |
| 107 |
int force_drain; /* force close on iEOF */ |
109 |
int force_drain; /* force close on iEOF */ |
| 108 |
time_t notbefore; /* Pause IO until deadline (time_t) */ |
110 |
time_t notbefore; /* Pause IO until deadline (time_t) */ |