summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-24 12:48:18 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-24 13:30:52 +0530
commit90f0f6d331c0d2bc004f09edc98c1c724b24c41e (patch)
tree6ce8364e5164f602e79292155b69b65d082a693c /include
parent0080f0929c90167d338bb136f9677c5462aa961c (diff)
evanix: add estimate flag
Diffstat (limited to 'include')
-rw-r--r--include/evanix.h2
1 files changed, 2 insertions, 0 deletions
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 <sqlite3.h>
#include <stdbool.h>
#include <stdint.h>
@@ -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);
};