From f0f6eae05e2916a6f39de829c5913cd331cfa794 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 25 Aug 2024 16:53:46 +0530 Subject: evanix: --estimate -> --statistics --- include/evanix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/evanix.h') 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); -- cgit v1.2.3