diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-28 18:28:35 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-28 18:28:35 +0530 |
commit | 82f404f66eb2f25ac3125fac4d45ba62673ebf36 (patch) | |
tree | f29d580bb9c73a75a9aebc4716aaccc931aa5914 /include | |
parent | 0b1604635644ab613a4ea96cf616373ea4363ad3 (diff) |
jobs: scheduled -> requested
Diffstat (limited to 'include')
-rw-r--r-- | include/jobs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jobs.h b/include/jobs.h index 2610c7b..e6ad25d 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -12,7 +12,7 @@ struct output { struct job { char *name, *drv_path, *nix_attr_name; - bool scheduled; + bool requested; bool insubstituters; size_t outputs_size, outputs_filled; struct output **outputs; |