variable naming correction

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-05-06 12:23:59 +01:00
parent e7c7ab9a2f
commit ad8f30f06a

View File

@@ -1150,8 +1150,8 @@ ApplicationImp::setup(boost::program_options::variables_map const& cmdline)
// read threads) are started here because they use their own
// threading and do not contend with io_context setup work.
m_resourceManager->start();
m_nodeStore->startReadThreads();
resourceManager_->start();
nodeStore_->startReadThreads();
// We want to intercept CTRL-C and the standard termination signal SIGTERM
// and terminate the process. This handler will NEVER be invoked twice.