diff options
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/channels.h b/channels.h index ffd580727..4fab9d7c4 100644 --- a/channels.h +++ b/channels.h | |||
@@ -103,7 +103,9 @@ struct Channel { | |||
103 | int sock; /* sock fd */ | 103 | int sock; /* sock fd */ |
104 | int ctl_chan; /* control channel (multiplexed connections) */ | 104 | int ctl_chan; /* control channel (multiplexed connections) */ |
105 | int isatty; /* rfd is a tty */ | 105 | int isatty; /* rfd is a tty */ |
106 | #ifdef _AIX | ||
106 | int wfd_isatty; /* wfd is a tty */ | 107 | int wfd_isatty; /* wfd is a tty */ |
108 | #endif | ||
107 | int client_tty; /* (client) TTY has been requested */ | 109 | int client_tty; /* (client) TTY has been requested */ |
108 | int force_drain; /* force close on iEOF */ | 110 | int force_drain; /* force close on iEOF */ |
109 | time_t notbefore; /* Pause IO until deadline (time_t) */ | 111 | time_t notbefore; /* Pause IO until deadline (time_t) */ |