summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
diff options
context:
space:
mode:
Diffstat (limited to 'chansession.h')
-rw-r--r--chansession.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chansession.h b/chansession.h
index b9d1995..924518b 100644
--- a/chansession.h
+++ b/chansession.h
@@ -50,6 +50,10 @@ struct ChanSess {
/* exit details */
struct exitinfo exit;
+
+ /* Used to set $SSH_CONNECTION in the child session.
+ Is only set temporarily before forking */
+ char *connection_string;
#ifndef DISABLE_X11FWD
struct Listener * x11listener;