summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcoproceduremanager.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-08-17 20:49:56 +0000
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-08-17 20:49:56 +0000
commitfa0cc7b6d2700b888310d7723114415f7db4f194 (patch)
treea8d97abf1fbe80f86af27c921ff189b01cc3add5 /indra/llmessage/llcoproceduremanager.cpp
parent9406b757a36d409e93a0ccde0a1fea289a3e6118 (diff)
parent5ff63f0d7b2c50b7a88f9b40ef0224c8f15336c3 (diff)
Merged in SL-13783 and SL-13789
Diffstat (limited to 'indra/llmessage/llcoproceduremanager.cpp')
-rw-r--r--indra/llmessage/llcoproceduremanager.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llmessage/llcoproceduremanager.cpp b/indra/llmessage/llcoproceduremanager.cpp
index 42c19e3b1c..0684f47df2 100644
--- a/indra/llmessage/llcoproceduremanager.cpp
+++ b/indra/llmessage/llcoproceduremanager.cpp
@@ -140,6 +140,12 @@ LLCoprocedureManager::~LLCoprocedureManager()
close();
}
+void LLCoprocedureManager::initSingleton()
+{
+ // workaround until we get mutex into initializePool
+ initializePool("VAssetStorage");
+}
+
LLCoprocedureManager::poolPtr_t LLCoprocedureManager::initializePool(const std::string &poolName)
{
// Attempt to look up a pool size in the configuration. If found use that