diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-19 17:54:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-19 17:54:49 -0500 |
commit | ae161b4a6a978922747cf09e8c04479340825852 (patch) | |
tree | 479558199d92f5c3a39500d17de5eaf9e427bd3d /servers/auth_server_lin/src/auth_conn.h | |
parent | 8f3ff1fb3e490ec82f20e33672a5285a1d3a6200 (diff) | |
download | ulab-ae161b4a6a978922747cf09e8c04479340825852.tar.gz ulab-ae161b4a6a978922747cf09e8c04479340825852.zip |
Add statistics reporting
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; |