X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fjob.h;h=1e7c61b04f30f54aff0c79549877ae06136509a7;hb=671174136525ddf208cdbe75d6d6bd159afa961f;hp=8cc3a02192595c30eaa76150ce40cbb543849c51;hpb=68db7a3bd9b2f8640c7297382b6d20eb995f7e1e;p=elogind.git diff --git a/src/core/job.h b/src/core/job.h index 8cc3a0219..1e7c61b04 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -145,8 +145,15 @@ struct Job { sd_event_source *timer_event_source; usec_t begin_usec; - /* There can be more than one client, because of job merging. */ - Set *subscribed; + /* + * This tracks where to send signals, and also which clients + * are allowed to call DBus methods on the job (other than + * root). + * + * There can be more than one client, because of job merging. + */ + sd_bus_track *clients; + char **deserialized_clients; JobResult result;