Projects
Browse Source     Search     Timeline     Wiki

Changeset 23380

Show
Ignore:
Timestamp:
09/13/07 10:54:03 (15 months ago)
Author:
zarzycki@…
Message:

I firmly believe that source code comments exist to document the code that is NOT there.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23379 r23380  
    20152015        j->sent_sigkill = false; 
    20162016        j->p = 0; 
     2017 
     2018        /* 
     2019         * We need to someday evaluate other jobs and find those who wish to track the 
     2020         * active/inactive state of this job. The current job_dispatch() logic makes 
     2021         * this messy, given that jobs can be deleted at dispatch. 
     2022         */ 
    20172023} 
    20182024