summaryrefslogtreecommitdiffstats
path: root/src/build_log.h
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-01-16 22:10:52 (GMT)
committerJan Niklas Hasse <jhasse@bixense.com>2020-01-16 22:10:52 (GMT)
commitd47e1eb00d2eac4a3b864639ab972a53e60f4925 (patch)
tree90aada012686ab9f16128ea55c238ce6ecfae4d2 /src/build_log.h
parent26fc40c59a5630bf1429f8df90bb9352c7b593a0 (diff)
downloadNinja-d47e1eb00d2eac4a3b864639ab972a53e60f4925.zip
Ninja-d47e1eb00d2eac4a3b864639ab972a53e60f4925.tar.gz
Ninja-d47e1eb00d2eac4a3b864639ab972a53e60f4925.tar.bz2
restat: Accept list of outputs to restat (none means all)
This will become handy when the generator only wants to restat the build.ninja entry in the log. See #1718.
Diffstat (limited to 'src/build_log.h')
-rw-r--r--src/build_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_log.h b/src/build_log.h
index ed59d79..ebe0530 100644
--- a/src/build_log.h
+++ b/src/build_log.h
@@ -85,7 +85,7 @@ struct BuildLog {
/// Restat all outputs in the log
bool Restat(StringPiece path, const DiskInterface& disk_interface,
- std::string* err);
+ int output_count, char** outputs, std::string* err);
typedef ExternalStringHashMap<LogEntry*>::Type Entries;
const Entries& entries() const { return entries_; }