summaryrefslogtreecommitdiff
path: root/crypto/openssh/channels.h
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2001-03-20 02:06:40 +0000
committerBrian Feldman <green@FreeBSD.org>2001-03-20 02:06:40 +0000
commite0fbb1d2de5da5201d80ec05cf2aee2d90e3f1b0 (patch)
tree6ee0582fe55db50a4ce6527a96062f3c29acdc40 /crypto/openssh/channels.h
parent4c96ae1554c33568dd598ae3f672dbae156ae237 (diff)
downloadsrc-test2-e0fbb1d2de5da5201d80ec05cf2aee2d90e3f1b0.tar.gz
src-test2-e0fbb1d2de5da5201d80ec05cf2aee2d90e3f1b0.zip
Notes
Diffstat (limited to 'crypto/openssh/channels.h')
-rw-r--r--crypto/openssh/channels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssh/channels.h b/crypto/openssh/channels.h
index 00526860c3fb..8f23dee88e8e 100644
--- a/crypto/openssh/channels.h
+++ b/crypto/openssh/channels.h
@@ -32,6 +32,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/* RCSID("$FreeBSD$"); */
/* RCSID("$OpenBSD: channels.h,v 1.22 2000/10/27 07:48:22 markus Exp $"); */
#ifndef CHANNELS_H
@@ -73,6 +74,7 @@ struct Channel {
int wfd; /* write fd */
int efd; /* extended fd */
int sock; /* sock fd */
+ int isatty; /* rfd is a tty */
Buffer input; /* data read from socket, to be sent over
* encrypted connection */
Buffer output; /* data received over encrypted connection for