summaryrefslogtreecommitdiffstats
path: root/src/build.h
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2015-04-24 23:06:55 (GMT)
committerScott Graham <scottmg@chromium.org>2015-04-24 23:06:55 (GMT)
commit4c4887d26011225deaa20b6752193be0293624ab (patch)
treed1c616d2326226d532bd00c8627609b950a8a3e7 /src/build.h
parentdcdd042ca93fd0057d7e1b0eedfbab49790b2e00 (diff)
downloadNinja-4c4887d26011225deaa20b6752193be0293624ab.zip
Ninja-4c4887d26011225deaa20b6752193be0293624ab.tar.gz
Ninja-4c4887d26011225deaa20b6752193be0293624ab.tar.bz2
avoid calling ResumeDelayedJobs instead
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h
index 4b48c5f..6eabae5 100644
--- a/src/build.h
+++ b/src/build.h
@@ -58,7 +58,7 @@ struct Plan {
/// Mark an edge as done building. Used internally and by
/// tests.
- void EdgeFinished(Edge* edge);
+ void EdgeFinished(Edge* edge, bool directly_wanted = true);
/// Clean the given node during the build.
/// Return false on error.