1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@85 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-08 07:02:35 +00:00
parent f61bbe400e
commit 73002b6de8
2 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,4 @@
okay, nothing here right now. thanks for coming out okay, nothing here right now. thanks for coming out
*/ */

View File

@ -14,6 +14,8 @@ static int daemon_status = 0;
/* okay, heres how it will basically work. /* okay, heres how it will basically work.
* when something connects, it will first send the conkyrc on the local (daemonized) server * when something connects, it will first send the conkyrc on the local (daemonized) server
* after this, it will simply continue to send all the buffered text to the remote client * after this, it will simply continue to send all the buffered text to the remote client
* http://analyser.oli.tudelft.nl/beej/mirror/net/html/
* http://www.kegel.com/c10k.html
*/ */
void *daemon_thread() void *daemon_thread()