Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/session.h Wed Mar 02 04:13:01 2005 +0000 +++ b/session.h Wed Mar 02 04:14:26 2005 +0000 @@ -218,6 +218,10 @@ struct termios saved_tio; int stdincopy; int stdinflags; + int stdoutcopy; + int stdoutflags; + int stderrcopy; + int stderrflags; int winchange; /* Set to 1 when a windowchange signal happens */