[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] startup: Mark all essential tasks as our children
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 1/2] startup: Mark all essential tasks as our children |
Date: |
Sat, 8 May 2021 11:35:13 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Damien Zammit, le sam. 08 mai 2021 10:19:57 +1000, a ecrit:
> This marks all essential tasks as children of startup (or proc?)
Please additionally try to remove
err = proc_child (procserver, fstask);
err = proc_child (procserver, authtask);
from launch_core_servers. Otherwise they will be duplicates and bring
confusion to the next reader of the code.
Samuel