diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-15 02:10:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-15 02:10:40 -0500 |
commit | 128d497c25bf40e1fd136a7e980125e01cc2beed (patch) | |
tree | 04e42b5ffab65fd2ff98812c46e507fcf8312667 /servers/auth_server_lin/src/auth_conn.h | |
parent | 400d0abcff5986c764f4a25bec29c2af57286ee1 (diff) | |
download | ulab-128d497c25bf40e1fd136a7e980125e01cc2beed.tar.gz ulab-128d497c25bf40e1fd136a7e980125e01cc2beed.zip |
Add method to mark ulab servers as online or offline
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.h')
-rw-r--r-- | servers/auth_server_lin/src/auth_conn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/auth_server_lin/src/auth_conn.h b/servers/auth_server_lin/src/auth_conn.h index b4f8b23..612b671 100644 --- a/servers/auth_server_lin/src/auth_conn.h +++ b/servers/auth_server_lin/src/auth_conn.h @@ -95,6 +95,7 @@ class AuthSocket : public TDEKerberosServerSocket TQSqlCursor* m_databasePermissionsCursor; TQSqlCursor* m_databaseActivityCursor; TQSqlCursor* m_databaseStatisticsCursor; + TQSqlCursor* m_databaseStatusCursor; StationList m_slist; |