]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: split out code that maps properties to local structs
authorLennart Poettering <lennart@poettering.net>
Sun, 28 Jun 2020 14:08:37 +0000 (16:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 30 Jun 2020 13:09:35 +0000 (15:09 +0200)
commit807542beceb75b1461ad39538c6a0504e3cfef8d
tree1dbe60ecff4956df9bb872e25db2284a0fd3dd49
parent9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8
shared: split out code that maps properties to local structs

Just some refactoring, no code changes.
17 files changed:
src/analyze/analyze-security.c
src/analyze/analyze.c
src/hostname/hostnamectl.c
src/locale/localectl.c
src/login/loginctl.c
src/machine/machinectl.c
src/resolve/resolvectl.c
src/run/run.c
src/shared/bus-map-properties.c [new file with mode: 0644]
src/shared/bus-map-properties.h [new file with mode: 0644]
src/shared/bus-util.c
src/shared/bus-util.h
src/shared/bus-wait-for-units.c
src/shared/meson.build
src/systemctl/systemctl.c
src/timedate/timedatectl.c
src/timedate/timedated.c