]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: drop unused param, move taint calculation to separate file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Apr 2024 07:33:25 +0000 (09:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Apr 2024 13:17:49 +0000 (15:17 +0200)
commitd851637ca627ed8d312a3957a5e109f6ef7e2a3b
tree81a91606d8c0cf049b4698110c800014a45b200b
parentc75c8a38b86dd6cd4fba168b2f7ab4cd3b71d66e
core: drop unused param, move taint calculation to separate file

Follow-up for 2b28dfe6e632f47a9058d9378fb88a0c99b34a91.

I also considered moving the function to src/basic, but since it's only used by
the manager, it doesn't seem useful.
src/core/dbus-manager.c
src/core/manager.c
src/core/manager.h
src/core/meson.build
src/core/taint.c [new file with mode: 0644]
src/core/taint.h [new file with mode: 0644]
src/test/meson.build
src/test/test-manager.c [deleted file]
src/test/test-taint.c [new file with mode: 0644]