diff options
Diffstat (limited to 'include/evanix.h')
-rw-r--r-- | include/evanix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/evanix.h b/include/evanix.h index 34d4918..5d512ae 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -14,7 +14,7 @@ struct evanix_opts_t { bool check_cache_status; bool break_evanix; char *system; - uint32_t max_build; + uint32_t max_builds; int (*solver)(struct job **, struct job_clist *, int32_t); }; |