Changeset 23380
- Timestamp:
- 09/13/07 10:54:03 (15 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23379 r23380 2015 2015 j->sent_sigkill = false; 2016 2016 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 */ 2017 2023 } 2018 2024

