summaryrefslogtreecommitdiffstats
path: root/src/disk_interface.h
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-06-15 21:42:42 (GMT)
committerNico Weber <thakis@chromium.org>2014-06-15 21:42:42 (GMT)
commit4eb8309251c4839de25502a5390270b53d9706eb (patch)
tree29aa26c325dd1d635482f811fa6c4895c99a1e98 /src/disk_interface.h
parent726afc8226a10cd6c5ce724a845ff5cd17169091 (diff)
downloadNinja-4eb8309251c4839de25502a5390270b53d9706eb.zip
Ninja-4eb8309251c4839de25502a5390270b53d9706eb.tar.gz
Ninja-4eb8309251c4839de25502a5390270b53d9706eb.tar.bz2
add some statcache tests
Diffstat (limited to 'src/disk_interface.h')
-rw-r--r--src/disk_interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/disk_interface.h b/src/disk_interface.h
index 40c24b6..a8a3023 100644
--- a/src/disk_interface.h
+++ b/src/disk_interface.h
@@ -72,7 +72,9 @@ struct RealDiskInterface : public DiskInterface {
bool quiet_;
/// Whether stat information can be cached.
- void AllowCache(bool allow);
+ void AllowStatCache(bool allow);
+
+ private:
#ifdef _WIN32
/// Whether stat information can be cached.
bool use_cache_;