Add some more meaningful comments I found in an old file on the lcdproc.org

web site.
This commit is contained in:
mmdolze
2010-11-16 21:51:25 +00:00
parent 67c07b52dd
commit 9c1bde0ece
6 changed files with 28 additions and 7 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
/** \file server/clients.c
* Manage the list of clients that are connected.
* Init/shut down client system, and search for clients in the list.
* This file contains code allowing LCDd to handle client connections and
* data structures. It contains functions to initialize the internal list
* of clients, terminate client connections, add new clients to the list,
* and locating a client's socket.
*/
/* This file is part of LCDd, the lcdproc server.