aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-10-05 12:58:32 +0000
committerArne Juul <arnej@yahoo-inc.com>2018-10-08 13:08:51 +0000
commitb42a5ef01b030c673e9cfb0c32cbde9b459098fc (patch)
treee2f9fcc5041d60f7095dc0da69272bd540714f64 /storageframework
parent3f8389d884735643878dac7b88d3e8c13ea43ea8 (diff)
remove legacy tags, always pass vector
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/vespa/storageframework/defaultimplementation/component/componentregisterimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageframework/src/vespa/storageframework/defaultimplementation/component/componentregisterimpl.cpp b/storageframework/src/vespa/storageframework/defaultimplementation/component/componentregisterimpl.cpp
index ae448664f14..fd16f43050a 100644
--- a/storageframework/src/vespa/storageframework/defaultimplementation/component/componentregisterimpl.cpp
+++ b/storageframework/src/vespa/storageframework/defaultimplementation/component/componentregisterimpl.cpp
@@ -10,7 +10,7 @@ namespace storage::framework::defaultimplementation {
ComponentRegisterImpl::ComponentRegisterImpl()
: _componentLock(),
_components(),
- _topMetricSet("vds", "", ""),
+ _topMetricSet("vds", {}, ""),
_hooks(),
_metricManager(nullptr),
_clock(nullptr),