diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-06 16:32:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-06 16:32:07 +0200 |
commit | f278026d21e2ded46f7f91152d60842525e74956 (patch) | |
tree | 5d1e22f332a64f807a0750a1902a6724f16c89db /manager.h | |
parent | 8b44eabff0dd0dcbee1af637bc7d9d2b9dfcd427 (diff) |
dbus: connect to bus as soon as the special dbus service is around
Diffstat (limited to 'manager.h')
-rw-r--r-- | manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |