From cf02c0ac1b7d8ed930a03339f639f819b3ad127b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 19 Jul 2024 08:29:26 +0530 Subject: evanix: add --cache-status flag --- include/evanix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; }; -- cgit v1.2.3