summaryrefslogtreecommitdiff
path: root/src/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/job.h')
-rw-r--r--src/job.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/job.h b/src/job.h
index 054aa530c6..9c685f1dad 100644
--- a/src/job.h
+++ b/src/job.h
@@ -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;