diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 02:21:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 02:21:42 +0200 |
commit | 7b97f4773207d9e1301f5263229ceba26b515756 (patch) | |
tree | 14bc287367bd00a79dc793a35fafdd65a1557ac3 /src/manager.h | |
parent | ed4c1cc672560b72aa1c5a74cd692a65811dd589 (diff) |
dbus: send reload completion message on right connection
Diffstat (limited to 'src/manager.h')
-rw-r--r-- | src/manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manager.h b/src/manager.h index b9971818da..5b3aaf3364 100644 --- a/src/manager.h +++ b/src/manager.h @@ -160,6 +160,7 @@ struct Manager { * before the reload we queue the * reply message here, and * afterwards we send it */ + DBusConnection *queued_message_connection; /* The connection to send the queued message on */ Hashmap *watch_bus; /* D-Bus names => Unit object n:1 */ int32_t name_data_slot; |