X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmanager.h;h=2a04bc7ddd1096987f98cf12789d7d38ebf173b4;hb=5e8d1c9a9f15b7453474dc4879bdb4021c3f50a1;hp=6c3434e5a049d760f7087221dc7492b24897703c;hpb=f9704703f35a281d9f8fa12018bd396b2be30d36;p=elogind.git diff --git a/src/manager.h b/src/manager.h index 6c3434e5a..2a04bc7dd 100644 --- a/src/manager.h +++ b/src/manager.h @@ -154,6 +154,9 @@ struct Manager { /* Data specific to the D-Bus subsystem */ DBusConnection *api_bus, *system_bus; + DBusServer *private_bus; + Set *bus_connections, *bus_connections_for_dispatch; + Set *subscribed; DBusMessage *queued_message; /* This is used during reloading: * before the reload we queue the @@ -188,9 +191,6 @@ struct Manager { bool dispatching_run_queue:1; bool dispatching_dbus_queue:1; - bool request_api_bus_dispatch:1; - bool request_system_bus_dispatch:1; - bool utmp_reboot_written:1; bool confirm_spawn:1;