aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-08 23:55:21 +0100
committerGitHub <noreply@github.com>2022-12-08 23:55:21 +0100
commit0f15b405cad738460a8126bf9ef689ec3edfd094 (patch)
treeca54173403ceb088b109649ee899f919411b48cf /searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h
parentc08e5c59f4162ee7ec1c8038e0e884486b8e8a62 (diff)
parente4c5580f64be5934d6b7690efc719d542c5be526 (diff)
Merge pull request #25178 from vespa-engine/balder/provide-sessionmanager-via-idocumentsubdbownerv8.97.26
Wire SessionManager via IDocumentSubDBOwner
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h b/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h
index 94fca94c75d..2d00a2a412c 100644
--- a/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h
+++ b/searchcore/src/vespa/searchcore/proton/server/fast_access_doc_subdb.h
@@ -84,7 +84,6 @@ private:
protected:
using Parent = StoreOnlyDocSubDB;
- using SessionManagerSP = std::shared_ptr<matching::SessionManager>;
const bool _addMetrics;
MetricsWireService &_metricsWireService;
@@ -108,7 +107,7 @@ public:
const IndexConfig &indexCfg) const override;
void setup(const DocumentSubDbInitializerResult &initResult) override;
- void initViews(const DocumentDBConfig &configSnapshot, const SessionManagerSP &sessionManager) override;
+ void initViews(const DocumentDBConfig &configSnapshot) override;
IReprocessingTask::List
applyConfig(const DocumentDBConfig &newConfigSnapshot, const DocumentDBConfig &oldConfigSnapshot,