From 90f0f6d331c0d2bc004f09edc98c1c724b24c41e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 24 Aug 2024 12:48:18 +0530 Subject: evanix: add estimate flag --- include/evanix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/evanix.h b/include/evanix.h index 5d512ae..2e69763 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -1,3 +1,4 @@ +#include #include #include @@ -14,6 +15,7 @@ struct evanix_opts_t { bool check_cache_status; bool break_evanix; char *system; + struct sqlite3 *estimate; uint32_t max_builds; int (*solver)(struct job **, struct job_clist *, int32_t); }; -- cgit v1.2.3