Plugin manager: extent lifetime of DLLs

This commit is contained in:
Dennis Klein
2020-04-06 18:24:42 +02:00
committed by Dennis Klein
parent 46014118f0
commit 5788daa410
2 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ using boost::optional;
const std::string fair::mq::PluginManager::fgkLibPrefix = "FairMQPlugin_";
std::vector<boost::dll::shared_library> fair::mq::PluginManager::fgDLLKeepAlive = std::vector<boost::dll::shared_library>();
fair::mq::PluginManager::PluginManager()
: fSearchPaths{}
, fPluginFactories()