summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h
index 03b6822..697a64b 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -87,6 +87,8 @@ struct cache {
uint32_t commit_fail;
uint32_t flush;
+
+ uint32_t objects;
} stats;
};