diff options
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.h')
-rw-r--r-- | servers/auth_server_lin/src/auth_conn.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/servers/auth_server_lin/src/auth_conn.h b/servers/auth_server_lin/src/auth_conn.h index 612b671..7cf3ef9 100644 --- a/servers/auth_server_lin/src/auth_conn.h +++ b/servers/auth_server_lin/src/auth_conn.h @@ -64,7 +64,7 @@ class AuthSocket : public TDEKerberosServerSocket private: void updateStatistics(int eventType); - + private: int line; int m_criticalSection; @@ -73,6 +73,7 @@ class AuthSocket : public TDEKerberosServerSocket bool m_bound; int m_serviceID; int m_serverID; + int m_pollInterval; TQ_ULLONG m_terminationStamp; bool m_servActive; @@ -127,4 +128,4 @@ class AuthServer : public TQServerSocket friend class AuthSocket; -};
\ No newline at end of file +}; |