summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-02 15:44:03 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-02-02 15:44:03 +0000
commitffee6d91608f14506f1ebefef788d963718142c1 (patch)
tree21cf320a9b204ded596b7c1871502e7eb01674b7 /storage
parent941bf25aea1ff089f54b62ec78af5d4f14d2af35 (diff)
Factor out the scan iterator from the BucketMoveJob.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/service_layer_host_info_reporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/service_layer_host_info_reporter.h b/storage/src/vespa/storage/persistence/filestorage/service_layer_host_info_reporter.h
index be0abc94987..b58e047d0af 100644
--- a/storage/src/vespa/storage/persistence/filestorage/service_layer_host_info_reporter.h
+++ b/storage/src/vespa/storage/persistence/filestorage/service_layer_host_info_reporter.h
@@ -25,7 +25,7 @@ public:
ServiceLayerHostInfoReporter(const ServiceLayerHostInfoReporter&) = delete;
ServiceLayerHostInfoReporter& operator=(const ServiceLayerHostInfoReporter&) = delete;
- ~ServiceLayerHostInfoReporter();
+ ~ServiceLayerHostInfoReporter() override;
void report(vespalib::JsonStream& output) override;
const spi::ResourceUsage &get_old_resource_usage() noexcept { return _old_resource_usage; }