[launchd-changes] [23380] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 13 10:54:03 PDT 2007


Revision: 23380
          http://trac.macosforge.org/projects/launchd/changeset/23380
Author:   zarzycki at apple.com
Date:     2007-09-13 10:54:03 -0700 (Thu, 13 Sep 2007)

Log Message:
-----------
I firmly believe that source code comments exist to document the code that is NOT there.

Modified Paths:
--------------
    trunk/launchd/src/launchd_core_logic.c

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2007-09-13 17:40:43 UTC (rev 23379)
+++ trunk/launchd/src/launchd_core_logic.c	2007-09-13 17:54:03 UTC (rev 23380)
@@ -2014,6 +2014,12 @@
 	j->last_exit_status = status;
 	j->sent_sigkill = false;
 	j->p = 0;
+
+	/*
+	 * We need to someday evaluate other jobs and find those who wish to track the
+	 * active/inactive state of this job. The current job_dispatch() logic makes
+	 * this messy, given that jobs can be deleted at dispatch.
+	 */
 }
 
 void

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070913/d2e394dc/attachment.html


More information about the launchd-changes mailing list