Revision: 23380 http://trac.macosforge.org/projects/launchd/changeset/23380 Author: zarzycki@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