X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fjob.h;h=30d41d9edd8e1a85255d4ab8b62e6622754832df;hb=5261ba901845c084de5a8fd06500ed09bfb0bd80;hp=0500e1208b18f01fb3d87bd1ea8fe65cd8abff71;hpb=6a371e23ee0e47827fb4e3aa469ed84da2599304;p=elogind.git diff --git a/src/core/job.h b/src/core/job.h index 0500e1208..30d41d9ed 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -146,7 +146,8 @@ struct Job { usec_t begin_usec; /* There can be more than one client, because of job merging. */ - Set *subscribed; + sd_bus_track *subscribed; + char **deserialized_subscribed; JobResult result; @@ -222,3 +223,5 @@ JobMode job_mode_from_string(const char *s) _pure_; const char* job_result_to_string(JobResult t) _const_; JobResult job_result_from_string(const char *s) _pure_; + +int job_get_timeout(Job *j, uint64_t *timeout) _pure_;