diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/evanix.h | 1 | ||||
-rw-r--r-- | include/solver_util.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/evanix.h b/include/evanix.h index c4285fc..32f6ed6 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -8,6 +8,7 @@ struct evanix_opts_t { bool ispipelined; bool close_stderr_exec; char *system; + int max_build; }; extern struct evanix_opts_t evanix_opts; diff --git a/include/solver_util.h b/include/solver_util.h index 5c5f5d2..08f7f16 100644 --- a/include/solver_util.h +++ b/include/solver_util.h @@ -8,7 +8,7 @@ struct jobid { struct job **jobs; size_t filled, size; uint32_t *cost; - /* user directly asked for this to be build, not a transitively acquired + /* user directly asked for this to be built, not a transitively acquired * dependency */ bool *isdirect; }; |