Skip to content

Commit

Permalink
Propagate OpMonManager to iomanager
Browse files Browse the repository at this point in the history
  • Loading branch information
mroda88 committed Jul 30, 2024
1 parent 21c21c9 commit 7183ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/detail/DAQModuleManager.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ DAQModuleManager::initialize(std::shared_ptr<ConfigurationManager> cfgMgr, opmon
get_iomanager()->configure(m_module_configuration->queues(),
m_module_configuration->networkconnections(),
true,
std::chrono::milliseconds(csInterval));
std::chrono::milliseconds(csInterval),
opm);
init_modules(m_module_configuration->modules(), opm);
this->m_initialized = true;
}
Expand Down

0 comments on commit 7183ffc

Please sign in to comment.