Skip to content

Commit

Permalink
Configure command facility with ConnectivityService config object
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Oct 11, 2024
1 parent bde6bd4 commit bd6bc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Application::Application(std::string appname,

m_cmd_fac = cmdlib::make_command_facility(
cmdlibimpl,
m_config_mgr->session()->get_connectivity_service_interval_ms(),
m_config_mgr->session()->get_use_connectivity_server()
session,
m_config_mgr->session()->get_connectivity_service()
);

set_opmon_conf(m_config_mgr->application()->get_opmon_conf());
Expand Down

0 comments on commit bd6bc01

Please sign in to comment.