summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'job.h')
-rw-r--r--job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.h b/job.h
index 129601164a..5527d6e427 100644
--- a/job.h
+++ b/job.h
@@ -69,7 +69,7 @@ struct Job {
JobType type;
JobState state;
- bool linked:1;
+ bool installed:1;
bool in_run_queue:1;
bool matters_to_anchor:1;
bool forced:1;