Searched defs:Job (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Djob.h29 typedef struct Job Job; typedef in typeref:struct:Job
101 JOB_DONE, /* Job completed successfully */
102 JOB_CANCELED, /* Job canceled by a conflicting job installation or by explicit cancel request */
103 JOB_TIMEOUT, /* Job timeout elapsed */
104 JOB_FAILED, /* Job failed */
119 Job *subject;
120 Job *object;
129 struct Job { struct
133 LIST_FIELDS(Job, transactio
[all...]

Completed in 26 milliseconds