]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/machine/machined-dbus.c
machine: update to use new-style sd-bus macros (#23012)
authorAmarjargal <amarjargal16@gmail.com>
Fri, 8 Apr 2022 20:43:18 +0000 (04:43 +0800)
committerGitHub <noreply@github.com>
Fri, 8 Apr 2022 20:43:18 +0000 (21:43 +0100)
commitd5e4e60bf2071cb46de559b2275e4190c2968927
tree3db63ba346ae23f5d742fe5e751069c900142750
parent11b957b59b24447c8ac20d4fef281f4313510fe1
machine: update to use new-style sd-bus macros (#23012)

* machine: update to use new-style sd-bus macros

Replace old SD_BUS_METHOD_WITH_NAMES and SD_BUS_SIGNAL_WITH_NAMES macros to
the new SD_BUS_METHOD_WITH_ARGS and SD_BUS_SIGNAL_WITH_ARGS macros.

Meson test, mkosi test image and running machinectl after build returned
no error. But since I don't have any virtual machines or containers, I'm not
sure how to test the changes thoroughly.
src/machine/machine-dbus.c
src/machine/machined-dbus.c