Mercurial > dropbear
comparison session.h @ 175:2c5741e4b855 nonblock-stdout-stderr
* Reset the non-blocking status of stdout and stderr as well on exit
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 02 Mar 2005 04:14:26 +0000 |
parents | 364a75cfebab |
children | aad4b3f58556 |
comparison
equal
deleted
inserted
replaced
174:c753db8eb446 | 175:2c5741e4b855 |
---|---|
216 | 216 |
217 int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */ | 217 int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */ |
218 struct termios saved_tio; | 218 struct termios saved_tio; |
219 int stdincopy; | 219 int stdincopy; |
220 int stdinflags; | 220 int stdinflags; |
221 int stdoutcopy; | |
222 int stdoutflags; | |
223 int stderrcopy; | |
224 int stderrflags; | |
221 | 225 |
222 int winchange; /* Set to 1 when a windowchange signal happens */ | 226 int winchange; /* Set to 1 when a windowchange signal happens */ |
223 | 227 |
224 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD, | 228 int lastauthtype; /* either AUTH_TYPE_PUBKEY or AUTH_TYPE_PASSWORD, |
225 for the last type of auth we tried */ | 229 for the last type of auth we tried */ |