aboutsummaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh
index fd87888..25259f7 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -562,9 +562,13 @@ struct TConnection {
ConnectionState State;
int Socket;
int IPAddress;
+ int RemotePort;
int StartTime;
int RWSize;
int RWPosition;
+#if ALLOW_LOCAL_PROXY
+ bool ReadingProxyHeader;
+#endif
uint32 RandomSeed;
uint32 XTEA[4];
char RemoteAddress[32];