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 af816b9..b4f8b23 100644 --- a/servers/auth_server_lin/src/auth_conn.h +++ b/servers/auth_server_lin/src/auth_conn.h @@ -61,6 +61,9 @@ class AuthSocket : public TDEKerberosServerSocket void commandLoop(); int servLoop(); void pollFlags(); + + private: + void updateStatistics(int eventType); private: int line; @@ -91,6 +94,7 @@ class AuthSocket : public TDEKerberosServerSocket TQSqlCursor* m_databaseServiceTypesCursor; TQSqlCursor* m_databasePermissionsCursor; TQSqlCursor* m_databaseActivityCursor; + TQSqlCursor* m_databaseStatisticsCursor; StationList m_slist; |