/haiku/src/servers/launch/ |
H A D | Target.cpp | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | Target.h | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | BaseJob.h | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | BaseJob.cpp | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | Events.cpp | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | Job.h | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | Job.cpp | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|
H A D | LaunchDaemon.cpp | 2ca4f3f81d28b528d479f95e29cf6f936e2c7dc7 Fri Jul 17 20:59:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Jobs were started before their target.
* A job must not be launched when its target hasn't been launched yet. This fixes Tracker launching when the mount_server scanned the initial disk, even though the FirstBootPrompt was showing. * Jobs are no longer initialized when their target has not been launched yet. This also means that you cannot talk to a service beforehand in this case. * Slight refactoring and clarifying, even added some documentation :-) * _TriggerJob() is now called _LaunchJob(), and does all the checks for jobs that _LaunchJobs() does now for targets.
|