Improved some code documentation

Added the -Wall option to the protocol module Makefile

Fixed warnings in telnetd
This commit is contained in:
Mark Riddoch
2013-06-26 09:31:46 +02:00
parent 9e2a41c2b7
commit 1595725494
7 changed files with 53 additions and 20 deletions

View File

@ -28,11 +28,18 @@
* number of connections by keeping a count for each server of how
* many connections the query router has made to the server.
*
* When two servers have the same number of current connections the one with
* the least number of connections since startup will be used.
*
* @verbatim
* Revision History
*
* Date Who Description
* 14/06/13 Mark Riddoch Initial implementation
* 25/06/13 Mark Riddoch Addition of checks for current server state
* 26/06/13 Mark Riddoch Use server with least connections since
* startup if the number of current
* connections is the same for two servers
*
* @endverbatim
*/