diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-19 08:29:26 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-19 08:29:33 +0530 |
commit | cf02c0ac1b7d8ed930a03339f639f819b3ad127b (patch) | |
tree | 34c4dbc359b469ca002f60ca9d3b0f0528d0944a /include | |
parent | 7d2e561246ed29eca19fe2a666ec2ae6e94964ad (diff) |
evanix: add --cache-status flag
Diffstat (limited to 'include')
-rw-r--r-- | include/evanix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/evanix.h b/include/evanix.h index 46879ad..9dbe2e7 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -9,6 +9,7 @@ struct evanix_opts_t { bool ispipelined; bool solver_report; bool close_unused_fd; + bool cache_status; char *system; uint32_t max_build; }; |