summaryrefslogtreecommitdiffstats
path: root/persistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 22:48:46 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 22:48:46 +0200
commit8ccf6e259cf428c9165d57668baa39ad247cb1b7 (patch)
tree9b2930d7e4ceec2f248f761993078f58825769a1 /persistence
parent7db9ab26e5c26b0fcf4e56c1b23908ba83689a2d (diff)
Create supervisor too
Diffstat (limited to 'persistence')
-rw-r--r--persistence/src/vespa/persistence/proxy/providerstub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/persistence/src/vespa/persistence/proxy/providerstub.cpp b/persistence/src/vespa/persistence/proxy/providerstub.cpp
index 6d65d92693f..b0df6fd54bb 100644
--- a/persistence/src/vespa/persistence/proxy/providerstub.cpp
+++ b/persistence/src/vespa/persistence/proxy/providerstub.cpp
@@ -902,7 +902,7 @@ void ProviderStub::SetupRpcCalls() {
ProviderStub::ProviderStub(int port, uint32_t threads,
const document::DocumentTypeRepo &repo,
PersistenceProviderFactory &factory)
- : _supervisor(),
+ : _supervisor(std::make_unique<FRT_Supervisor>()),
_executor(threads, 256*1024),
_repo(&repo),
_factory(factory),