diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-29 17:11:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-29 17:11:18 -0500 |
commit | 145c83d1b310439d2aa39f52a49a5812f7c14102 (patch) | |
tree | 0d19dfc4a207d51844337c685638a22df5bcb9b2 /servers/auth_server_lin/src/auth_conn.h | |
parent | ff484b9d9c9a3562eab1c4a72ac7cada5a4d0b14 (diff) | |
download | ulab-145c83d1b310439d2aa39f52a49a5812f7c14102.tar.gz ulab-145c83d1b310439d2aa39f52a49a5812f7c14102.zip |
Add ability to tune polling speed
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 +}; |