From 7b97f4773207d9e1301f5263229ceba26b515756 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Jul 2010 02:21:16 +0200 Subject: dbus: send reload completion message on right connection --- src/manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/manager.h') 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; -- cgit v1.2.3-54-g00ecf