summaryrefslogtreecommitdiff
path: root/src/core/Statistics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Statistics.cpp')
-rw-r--r--src/core/Statistics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Statistics.cpp b/src/core/Statistics.cpp
index aa928a72..f00f40c8 100644
--- a/src/core/Statistics.cpp
+++ b/src/core/Statistics.cpp
@@ -90,6 +90,7 @@ const StatisticsField k_statistics_fields[] = {
FLAG_UNCACHEABLE),
FIELD(direct_cache_hit, nullptr),
FIELD(direct_cache_miss, nullptr),
+ FIELD(disabled, "Ccache disabled", FLAG_UNCACHEABLE),
FIELD(error_hashing_extra_file, "Error hashing extra file", FLAG_ERROR),
FIELD(files_in_cache, nullptr, FLAG_NOZERO),
FIELD(internal_error, "Internal error", FLAG_ERROR),