diff options
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; |