diff options
Diffstat (limited to 'src/zenstore/gc.cpp')
| -rw-r--r-- | src/zenstore/gc.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zenstore/gc.cpp b/src/zenstore/gc.cpp index 4d146c16c..77f625d89 100644 --- a/src/zenstore/gc.cpp +++ b/src/zenstore/gc.cpp @@ -769,6 +769,12 @@ GcManager::TotalStorageSize() const return TotalSize; } +void +GcManager::ReportMetrics(StatsMetrics&) +{ + // TODO +} + ////////////////////////////////////////////////////////////////////////// void |