aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore/builds/filebuildstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenremotestore/builds/filebuildstorage.cpp')
-rw-r--r--src/zenremotestore/builds/filebuildstorage.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zenremotestore/builds/filebuildstorage.cpp b/src/zenremotestore/builds/filebuildstorage.cpp
index 153deaa9f..1474fd819 100644
--- a/src/zenremotestore/builds/filebuildstorage.cpp
+++ b/src/zenremotestore/builds/filebuildstorage.cpp
@@ -639,6 +639,12 @@ public:
WriteAsJson(BuildPartStatsDataPath, Payload);
}
+ virtual bool GetExtendedStatistics(ExtendedStatistics& OutStats) override
+ {
+ ZEN_UNUSED(OutStats);
+ return false;
+ }
+
protected:
std::filesystem::path GetBuildsFolder() const { return m_StoragePath / "builds"; }
std::filesystem::path GetBlobsFolder() const { return m_StoragePath / "blobs"; }