aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <[email protected]>2023-02-08 10:53:08 +0000
committerHenning Baldersheim <[email protected]>2023-02-08 10:53:08 +0000
commitfe1137423f89905fbefdb41d05f38e17b8ff1a63 (patch)
tree06b7466e0d2da23938e55626841f614c216e0ce7 /storage
parent6b3ff46c1680dcffaea71f6787d557885f0b0c69 (diff)
Move the strings
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/pendingclusterstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/pendingclusterstate.h b/storage/src/vespa/storage/distributor/pendingclusterstate.h
index a72fd185600..dcc60a537f1 100644
--- a/storage/src/vespa/storage/distributor/pendingclusterstate.h
+++ b/storage/src/vespa/storage/distributor/pendingclusterstate.h
@@ -31,7 +31,7 @@ public:
using OutdatedNodes = dbtransition::OutdatedNodes;
using OutdatedNodesMap = dbtransition::OutdatedNodesMap;
struct Summary {
- Summary(const std::string& prevClusterState, const std::string& newClusterState, vespalib::duration processingTime);
+ Summary(std::string prevClusterState, std::string newClusterState, vespalib::duration processingTime);
Summary(const Summary &);
Summary & operator = (const Summary &);
Summary(Summary &&) noexcept = default;