projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fef958
)
job: add a comment that JOB_DONE also means skipped due to condition (#10453)
author
Lennart Poettering
<lennart@poettering.net>
Thu, 18 Oct 2018 18:55:30 +0000
(20:55 +0200)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 18 Oct 2018 18:55:30 +0000
(
03:55
+0900)
src/core/job.h
patch
|
blob
|
history
diff --git
a/src/core/job.h
b/src/core/job.h
index 2f5f3f39899b32882158d85fc86f607159d8783c..db14a1732c625993d3d263b6f2934e446b57af18 100644
(file)
--- a/
src/core/job.h
+++ b/
src/core/job.h
@@
-80,7
+80,7
@@
enum JobMode {
};
enum JobResult {
- JOB_DONE, /* Job completed successfully */
+ JOB_DONE, /* Job completed successfully
(or skipped due to a failed ConditionXYZ=)
*/
JOB_CANCELED, /* Job canceled by a conflicting job installation or by explicit cancel request */
JOB_TIMEOUT, /* Job timeout elapsed */
JOB_FAILED, /* Job failed */