summaryrefslogtreecommitdiff
path: root/src/machine/machined.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-23 14:21:46 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-05 22:38:31 +0200
commit4faa530cf633f9354c7368e6c1888c14c6516da0 (patch)
tree69545d2472f0be39e67ad3805fa948a906fdbb56 /src/machine/machined.h
parent5ceceff1707ef210f932d7215cdef3f030ed5a9e (diff)
downloadsystemd-4faa530cf633f9354c7368e6c1888c14c6516da0.tar.gz
machined: convert to the new scheme and add --bus-introspect
Diffstat (limited to 'src/machine/machined.h')
-rw-r--r--src/machine/machined.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machined.h b/src/machine/machined.h
index 205d90f83d..0ec3fb9326 100644
--- a/src/machine/machined.h
+++ b/src/machine/machined.h
@@ -42,7 +42,7 @@ struct Manager {
int manager_add_machine(Manager *m, const char *name, Machine **_machine);
int manager_get_machine_by_pid(Manager *m, pid_t pid, Machine **machine);
-extern const sd_bus_vtable manager_vtable[];
+extern const BusObjectImplementation manager_object;
int match_reloading(sd_bus_message *message, void *userdata, sd_bus_error *error);
int match_unit_removed(sd_bus_message *message, void *userdata, sd_bus_error *error);