From 4e9f22c6021ca908184e2e9437f9e56b436926a1 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 2 Sep 2009 14:47:12 +0000 Subject: - Set $SSH_CONNECTION - Document environment variables in the manpage --HG-- extra : convert_revision : 1a93c6112f00730f5cd21a853d3bd5ca8079f725 --- chansession.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chansession.h') 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; -- cgit v1.2.3