summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSomeoneSerge <else@someonex.net>2024-06-27 17:06:10 +0000
committerSomeoneSerge <else@someonex.net>2024-06-28 12:30:16 +0000
commit4b43a81d6082b7c6fe70234a5df912b3218bee05 (patch)
tree2296af3fe875c525fdf70575338c148e0bf0940c /include
parent2aa52fb69694d15a5ad1e2e9dd2894f13d383734 (diff)
job: "transitive" -> "!scheduled"
Diffstat (limited to 'include')
-rw-r--r--include/jobs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jobs.h b/include/jobs.h
index 2e30547..7390306 100644
--- a/include/jobs.h
+++ b/include/jobs.h
@@ -10,7 +10,7 @@ struct output {
struct job {
char *name, *drv_path, *attr;
- bool transitive;
+ bool scheduled;
bool insubstituters;
size_t outputs_size, outputs_filled;