chiark / gitweb /
units: add missing target files
[elogind.git] / src / job.h
index 054aa530c6c23419c423265084aea53b105b7255..9c685f1dad9c6f0d532b308cc2d23269b17eaadc 100644 (file)
--- 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;