diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/evanix.h | 4 |
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); |