From 3529fffd7e4e15122090bbd534c27b2f5a3a180c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 11 Jul 2024 13:06:42 +0530 Subject: solver/solver_report: init --- include/evanix.h | 1 + include/jobs.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/evanix.h b/include/evanix.h index 1e24590..46879ad 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -7,6 +7,7 @@ struct evanix_opts_t { bool isflake; bool isdryrun; bool ispipelined; + bool solver_report; bool close_unused_fd; char *system; uint32_t max_build; diff --git a/include/jobs.h b/include/jobs.h index ccdff65..dc6fc36 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -28,6 +28,7 @@ struct job { /* solver */ ssize_t id; bool stale; + bool reported; }; CIRCLEQ_HEAD(job_clist, job); -- cgit v1.2.3