X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fjob.h;h=9c685f1dad9c6f0d532b308cc2d23269b17eaadc;hp=054aa530c6c23419c423265084aea53b105b7255;hb=eee4b05fab0a26aab7b8dc1e0e11e4a624a15798;hpb=7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd diff --git a/src/job.h b/src/job.h index 054aa530c..9c685f1da 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;