Modified: trunk/launchd/src/launchd_core_logic.c (23379 => 23380)
--- 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