diff options
Diffstat (limited to 'src/zenstore/include')
| -rw-r--r-- | src/zenstore/include/zenstore/buildstore/buildstore.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/zenstore/include/zenstore/buildstore/buildstore.h b/src/zenstore/include/zenstore/buildstore/buildstore.h index 87b7dd812..76cba05b9 100644 --- a/src/zenstore/include/zenstore/buildstore/buildstore.h +++ b/src/zenstore/include/zenstore/buildstore/buildstore.h @@ -45,11 +45,13 @@ public: struct StorageStats { - uint64_t EntryCount = 0; - uint64_t BlobCount = 0; - uint64_t BlobBytes = 0; - uint64_t MetadataCount = 0; - uint64_t MetadataByteCount = 0; + uint64_t EntryCount = 0; + uint64_t BlobCount = 0; + uint64_t BlobBytes = 0; + uint64_t MetadataCount = 0; + uint64_t MetadataByteCount = 0; + uint64_t BlobLogByteCount = 0; + uint64_t MetadataLogByteCount = 0; }; StorageStats GetStorageStats() const; |