diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-05 00:58:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-05 00:58:07 +0200 |
commit | a567261a29b4e19c0c195240411b7562063d99f8 (patch) | |
tree | af4c229fcb9b96520dad8941188c225c031bfb73 /src/job.h | |
parent | 552e4331bf165290eb02596355d9570c1ef9af47 (diff) |
dbus: send signals about jobs to the clients having created them unconditionally, and thus get rid of broadcast signals in most cases
Diffstat (limited to 'src/job.h')
-rw-r--r-- | src/job.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,6 +102,10 @@ struct Job { JobType type; JobState state; + /* Note that this bus object is not ref counted here. */ + DBusConnection *bus; + char *bus_client; + bool installed:1; bool in_run_queue:1; bool matters_to_anchor:1; |