From 16ac10cfc0a441013229406b101fac5f02b26953 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 24 Aug 2024 13:41:54 +0530 Subject: evanix: add max-time flag --- include/evanix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); }; -- cgit v1.2.3