summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
diff options
context:
space:
mode:
Diffstat (limited to 'chansession.h')
-rw-r--r--chansession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chansession.h b/chansession.h
index 1a01d04..50ba8f0 100644
--- a/chansession.h
+++ b/chansession.h
@@ -54,6 +54,9 @@ struct ChanSess {
/* Used to set $SSH_CONNECTION in the child session.
Is only set temporarily before forking */
char *connection_string;
+
+ /* Used to set $SSH_CLIENT in the child session. */
+ char *client_string;
#ifndef DISABLE_X11FWD
struct Listener * x11listener;