summaryrefslogtreecommitdiff
path: root/include/evanix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/evanix.h')
-rw-r--r--include/evanix.h1
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);
};