From a567261a29b4e19c0c195240411b7562063d99f8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 5 Jul 2010 00:58:07 +0200 Subject: dbus: send signals about jobs to the clients having created them unconditionally, and thus get rid of broadcast signals in most cases --- src/manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manager.h') diff --git a/src/manager.h b/src/manager.h index e856f5384b..aff4cb82ef 100644 --- a/src/manager.h +++ b/src/manager.h @@ -156,7 +156,6 @@ struct Manager { 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 * reply message here, and @@ -164,6 +163,7 @@ struct Manager { Hashmap *watch_bus; /* D-Bus names => Unit object n:1 */ int32_t name_data_slot; + int32_t subscribed_data_slot; /* Data specific to the Automount subsystem */ int dev_autofs_fd; -- cgit v1.2.3-54-g00ecf