comparison chansession.h @ 974:7c9377467934

Combine code for SSH_CONNECTION and SSH_CLIENT
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Oct 2014 22:33:49 +0800
parents eb5cb4f45cd6
children deed0571cacc
comparison
equal deleted inserted replaced
973:3fbb9a72fb75 974:7c9377467934
49 unsigned char * term; 49 unsigned char * term;
50 50
51 /* exit details */ 51 /* exit details */
52 struct exitinfo exit; 52 struct exitinfo exit;
53 53
54 /* Used to set $SSH_CONNECTION in the child session. 54
55 Is only set temporarily before forking */ 55 /* These are only set temporarily before forking */
56 /* Used to set $SSH_CONNECTION in the child session. */
56 char *connection_string; 57 char *connection_string;
57
58 /* Used to set $SSH_CLIENT in the child session. */ 58 /* Used to set $SSH_CLIENT in the child session. */
59 char *client_string; 59 char *client_string;
60 60
61 #ifndef DISABLE_X11FWD 61 #ifndef DISABLE_X11FWD
62 struct Listener * x11listener; 62 struct Listener * x11listener;