From 0619958e246182c02d300fe82e49f8c9d2b3a162 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 25 Aug 2024 07:41:30 +0530 Subject: evanix: implement --max-time flag --- include/jobs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/jobs.h b/include/jobs.h index e6ad25d..e6cbe61 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -50,6 +50,7 @@ int job_cost_recursive(struct job *job); int job_parents_list_insert(struct job *job, struct job *parent); void job_deps_list_rm(struct job *job, struct job *dep); void job_stale_set(struct job *job); +int job_cost(struct job *job); #define JOBS_H #endif -- cgit v1.2.3