summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-25 16:53:46 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-25 16:53:46 +0530
commitf0f6eae05e2916a6f39de829c5913cd331cfa794 (patch)
treedf2f47972959e41e965a6b3218b488a9fcf52948 /include
parent2dd578cfde8f03c0bd2062a76bbc72ec7d5b4e22 (diff)
evanix: --estimate -> --statistics
Diffstat (limited to 'include')
-rw-r--r--include/evanix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/evanix.h b/include/evanix.h
index 1d3d661..4522979 100644
--- a/include/evanix.h
+++ b/include/evanix.h
@@ -6,7 +6,7 @@
#ifndef EVANIX_H
-struct estimate {
+struct statistics {
struct sqlite3 *db;
sqlite3_stmt *statement;
};
@@ -20,7 +20,7 @@ struct evanix_opts_t {
bool check_cache_status;
bool break_evanix;
char *system;
- struct estimate estimate;
+ struct statistics statistics;
uint32_t max_builds;
uint32_t max_time;
int (*solver)(struct job **, struct job_clist *, int32_t);