summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-20 21:58:05 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-20 21:58:07 +0530
commitf8bfd5e7dff88b911781a92e1ad87a7eba9342b9 (patch)
tree6f0b6a200763d2ec2fde60216ef27e2e3245bc2f /include
parentcf02c0ac1b7d8ed930a03339f639f819b3ad127b (diff)
evanix: --cache-status -> --check-cache-status
Diffstat (limited to 'include')
-rw-r--r--include/evanix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/evanix.h b/include/evanix.h
index 9dbe2e7..df3e034 100644
--- a/include/evanix.h
+++ b/include/evanix.h
@@ -9,7 +9,7 @@ struct evanix_opts_t {
bool ispipelined;
bool solver_report;
bool close_unused_fd;
- bool cache_status;
+ bool check_cache_status;
char *system;
uint32_t max_build;
};