summaryrefslogtreecommitdiff
path: root/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'manager.h')
-rw-r--r--manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/manager.h b/manager.h
index 312ed879e6..3dbac34e6c 100644
--- a/manager.h
+++ b/manager.h
@@ -135,7 +135,7 @@ struct Manager {
bool dispatching_run_queue:1;
bool dispatching_dbus_queue:1;
- bool request_bus_dispatch:1;
+ bool request_api_bus_dispatch:1;
bool request_system_bus_dispatch:1;
Hashmap *watch_pids; /* pid => Unit object n:1 */
@@ -157,7 +157,7 @@ struct Manager {
Watch mount_watch;
/* Data specific to the D-Bus subsystem */
- DBusConnection *bus, *system_bus;
+ DBusConnection *api_bus, *system_bus;
Set *subscribed;
/* Data specific to the cgroup subsystem */