]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Document forb_daemon_ready()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 20 Jun 2010 08:45:14 +0000 (10:45 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 20 Jun 2010 08:45:14 +0000 (10:45 +0200)
src/daemon.c

index 5e51b10531905fd50eb8693a9ceddc88a4f651bc..a7341362aeaeaf3a097f8caba79d7ae713933b63 100644 (file)
@@ -43,6 +43,10 @@ void forb_daemon_prepare(const char *pid)
        }
 }
 
+/** 
+ * Signal the parent that the daemon is ready so that the parent can
+ * exit().
+ */
 void forb_daemon_ready()
 {
        if (daemon_pipe[1])