From 73002b6de8e520d6e3b423c1f312d24738400b7e Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 8 Aug 2005 07:02:35 +0000 Subject: [PATCH] stuff git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@85 7f574dfc-610e-0410-a909-a81674777703 --- remotec.c | 2 +- remoted.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/remotec.c b/remotec.c index 26f8fee9..fe5bf053 100644 --- a/remotec.c +++ b/remotec.c @@ -10,4 +10,4 @@ okay, nothing here right now. thanks for coming out - */ \ No newline at end of file + */ diff --git a/remoted.c b/remoted.c index feedbb04..6ef54a5c 100644 --- a/remoted.c +++ b/remoted.c @@ -14,6 +14,8 @@ static int daemon_status = 0; /* okay, heres how it will basically work. * 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 + * http://analyser.oli.tudelft.nl/beej/mirror/net/html/ + * http://www.kegel.com/c10k.html */ void *daemon_thread()