diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-24 13:41:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-24 13:52:43 +0530 |
commit | 16ac10cfc0a441013229406b101fac5f02b26953 (patch) | |
tree | 1b3b6406dddad56d80418ee845515a27d66ba3f4 /include | |
parent | 90f0f6d331c0d2bc004f09edc98c1c724b24c41e (diff) |
evanix: add max-time flag
Diffstat (limited to 'include')
-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 2e69763..62dd22d 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -17,6 +17,7 @@ struct evanix_opts_t { char *system; struct sqlite3 *estimate; uint32_t max_builds; + uint32_t max_time; int (*solver)(struct job **, struct job_clist *, int32_t); }; |