job.h | job.h | |||
---|---|---|---|---|
skipping to change at line 148 | skipping to change at line 148 | |||
unsigned generation; | unsigned generation; | |||
uint32_t id; | uint32_t id; | |||
JobType type; | JobType type; | |||
JobState state; | JobState state; | |||
sd_event_source *timer_event_source; | sd_event_source *timer_event_source; | |||
usec_t begin_usec; | usec_t begin_usec; | |||
/* There can be more than one client, because of job merging. */ | /* | |||
sd_bus_track *subscribed; | * This tracks where to send signals, and also which clients | |||
char **deserialized_subscribed; | * 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; | JobResult result; | |||
bool installed:1; | bool installed:1; | |||
bool in_run_queue:1; | bool in_run_queue:1; | |||
bool matters_to_anchor:1; | bool matters_to_anchor:1; | |||
bool override:1; | bool override:1; | |||
bool in_dbus_queue:1; | bool in_dbus_queue:1; | |||
bool sent_dbus_new_signal:1; | bool sent_dbus_new_signal:1; | |||
bool ignore_order:1; | bool ignore_order:1; | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 9 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |