]> git.ipfire.org Git - thirdparty/systemd.git/commit
machine: make machine_start_scope() static
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Nov 2019 12:44:33 +0000 (13:44 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 22 Nov 2019 09:23:32 +0000 (10:23 +0100)
commitaf22794712102f362db1429d3c77c2f8aca14f5e
treec7940ff74bcce2d2b2c59aa23ff0bd8e814a7fbc
parentf47bd0974918abdb2f2453e8efec9be7409d9add
machine: make machine_start_scope() static

Having this function which is called only from one place in a separate file
makes the code harder to follow. In preparation for subsequent changes, let's
make it static.
src/machine/machine.c
src/machine/machined-dbus.c
src/machine/machined.h