diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-04 20:29:14 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-04 20:29:14 -0500 |
commit | d5316f5795e3557d032af9a95ba4e5fa88191834 (patch) | |
tree | d083b877c06dc8f1e98a49c29c25ee9dbec06644 /servers/auth_server_lin/src/auth_conn.h | |
parent | b5fa21be6e5c4e07494186343c9b1d7fa5d801fb (diff) | |
download | ulab-d5316f5795e3557d032af9a95ba4e5fa88191834.tar.gz ulab-d5316f5795e3557d032af9a95ba4e5fa88191834.zip |
Add interface mode selection
Make servers use less CPU
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.h')
-rw-r--r-- | servers/auth_server_lin/src/auth_conn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/auth_server_lin/src/auth_conn.h b/servers/auth_server_lin/src/auth_conn.h index 08f8072..ca938f6 100644 --- a/servers/auth_server_lin/src/auth_conn.h +++ b/servers/auth_server_lin/src/auth_conn.h @@ -58,7 +58,7 @@ class AuthSocket : public TDEKerberosServerSocket int connectToDatabase(); void connectionClosedHandler(); void commandLoop(); - void servLoop(); + int servLoop(); private: int line; |