diff options
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.h')
-rw-r--r-- | servers/auth_server_lin/src/auth_conn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/servers/auth_server_lin/src/auth_conn.h b/servers/auth_server_lin/src/auth_conn.h index d1245be..af816b9 100644 --- a/servers/auth_server_lin/src/auth_conn.h +++ b/servers/auth_server_lin/src/auth_conn.h @@ -60,6 +60,7 @@ class AuthSocket : public TDEKerberosServerSocket void connectionClosedHandler(); void commandLoop(); int servLoop(); + void pollFlags(); private: int line; @@ -67,7 +68,9 @@ class AuthSocket : public TDEKerberosServerSocket TQString m_remoteHost; int m_stationID; bool m_bound; + int m_serviceID; int m_serverID; + TQ_ULLONG m_terminationStamp; bool m_servActive; int m_servState; @@ -78,6 +81,7 @@ class AuthSocket : public TDEKerberosServerSocket TQTimer* m_kerberosInitTimer; TQTimer* m_loopTimer; + TQTimer* m_pollTimer; TQByteArray m_loopBuffer; KSimpleConfig* m_config; |