]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: Turn manager unit log fields into unit functions
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 18 Apr 2025 14:37:50 +0000 (16:37 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 23 Apr 2025 07:53:53 +0000 (09:53 +0200)
commit64fd6ba9ca462da5b5cb5f913007fd00b7dd87f4
tree69f04f3955ae94e5a3b5a2e07a53fc876dd26902
parent8aa304d3135b3434edd8aa86c82cd42e440d68a2
core: Turn manager unit log fields into unit functions

There's no need for these to be fields inside the manager struct,
let's turn them into functions in unit.h instead, again to allow
forward declaring the Manager struct in a later commit.
src/analyze/analyze-condition.c
src/core/manager.c
src/core/manager.h
src/core/transaction.c
src/core/unit.c
src/core/unit.h