diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/connection.h b/include/connection.h index 793f6d321..9a72e6d6b 100644 --- a/include/connection.h +++ b/include/connection.h @@ -56,6 +56,7 @@ class connection : public classbase time_t idle_lastmsg; time_t nping; char internal_addr[1024]; + int internal_port; connection(); bool CreateListener(char* host, int p); |