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