From 82f404f66eb2f25ac3125fac4d45ba62673ebf36 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 28 Jul 2024 18:28:35 +0530 Subject: jobs: scheduled -> requested --- include/jobs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3