]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: use switch for service_enter_start
authorMike Yuan <me@yhndnzj.com>
Tue, 7 May 2024 11:08:31 +0000 (19:08 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 7 May 2024 16:17:54 +0000 (00:17 +0800)
commit026335e9aab5ccf1fc9477215beadd0acef94073
treee540ac6f9783b0c133f3879a92f1eef9fab405db
parentdddc0602865d82e9b41574d116cc302bb6c0486a
core/service: use switch for service_enter_start

Plus, add an assertion to ensure we're actually
using the start timestamp for the correct pid.
src/core/service.c