commit | 7069bdd76a5d6f3a6d98897e2ae6d9667744213c | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Feb 06 14:41:58 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Feb 13 11:13:53 2015 +0100 |
tree | 93c4d2ce20b9c69729645bae1efa69f997b9127e | |
parent | f3b0ade08f55fa099bee55722700bf120d24b397 [diff] [blame] |
Move reverse connection information into VNCSConnectionST The only class that cares if connections are reversed or not is VNCSConnectionST so let it keep track of this fact.
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index 7b25570..978879f 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h
@@ -173,6 +173,7 @@ network::Socket* sock; CharArray peerEndpoint; + bool reverseConnection; Timer queryConnectTimer;